UITypeEditor::GetEditStyle Method (ITypeDescriptorContext^)
.NET Framework (current version)
Gets the editor style used by the EditValue method.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext that can be used to gain additional context information.
Return Value
Type: System.Drawing.Design::UITypeEditorEditStyleA UITypeEditorEditStyle value that indicates the style of editor used by the EditValue method. If the UITypeEditor does not support this method, then GetEditStyle will return None.
.NET Framework
Available since 1.1
Available since 1.1
Show: