UITypeEditor.GetEditStyle Method ()
.NET Framework (current version)
Gets the editor style used by the EditValue method.
Assembly: System.Drawing (in System.Drawing.dll)
Return Value
Type: System.Drawing.Design.UITypeEditorEditStyleA UITypeEditorEditStyle enumeration value that indicates the style of editor used by the current UITypeEditor. By default, this method will return None.
If a UITypeEditor does not override and implement this method, GetEditStyle will return None by default.
.NET Framework
Available since 1.1
Available since 1.1
Show: