net472_PropertyGridHelpers.UIEditors_ResourcePathEditor_GetEditStyle - dparvin/PropertyGridHelpers GitHub Wiki
Returns the editing style of the editor, which is DropDown.
public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context)
parameter | description |
---|---|
context | The editing context. |
Always DropDown.
- class ResourcePathEditor
- namespace PropertyGridHelpers.UIEditors
- assembly PropertyGridHelpers