Gets the editor style used by the
System.Drawing.Design.UITypeEditor.EditValue(System.IServiceProvider,System.Object) method.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overloads Function GetEditStyle() As System.Drawing.Design.UITypeEditorEditStyle |
| C# | |
|---|
public System.Drawing.Design.UITypeEditorEditStyle GetEditStyle() |
Return Value
A
System.Drawing.Design.UITypeEditorEditStyle enumeration value that indicates the style of editor used by the current
System.Drawing.Design.UITypeEditor. By default, this method will return
System.Drawing.Design.UITypeEditorEditStyle.None.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also