FolderPathEditorGetEditStyle Method (ITypeDescriptorContext) | |
Gets the editor style used by the EditValue(IServiceProvider, Object) method.
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax public override UITypeEditorEditStyle GetEditStyle(
ITypeDescriptorContext context
)
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
An ITypeDescriptorContext that can be used to gain additional context information.
Return Value
Type:
UITypeEditorEditStyleA
UITypeEditorEditStyle value that indicates the style of editor used by the
EditValue(IServiceProvider, Object) method. If the
UITypeEditor does not support this method, then
GetEditStyle will return
None.
See Also