[]
Gets the editor style used by the System.Drawing.Design.UITypeEditor.EditValue(System.IServiceProvider,System.Object) method.
public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context)
Public Overrides Function GetEditStyle(context As ITypeDescriptorContext) As UITypeEditorEditStyle
Type | Name | Description |
---|---|---|
ITypeDescriptorContext | context | An System.ComponentModel.ITypeDescriptorContext that can be used to gain additional context information. |
Type | Description |
---|---|
UITypeEditorEditStyle | A System.Drawing.Design.UITypeEditorEditStyle enumeration value indicating the provided editing style. |