Gets the editor style used by the EditValue(IServiceProvider, Object) method.
Namespace: Dapfor.Net.EditorsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public override UITypeEditorEditStyle GetEditStyle( ITypeDescriptorContext context ) |
Visual Basic |
---|
Public Overrides Function GetEditStyle ( context As ITypeDescriptorContext ) As UITypeEditorEditStyle |
Visual C++ |
---|
public: virtual UITypeEditorEditStyle GetEditStyle( ITypeDescriptorContext^ context ) override |
F# |
---|
abstract GetEditStyle : context : ITypeDescriptorContext -> UITypeEditorEditStyle override GetEditStyle : context : ITypeDescriptorContext -> UITypeEditorEditStyle |
Parameters
- context
- Type: System.ComponentModel..::..ITypeDescriptorContext
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.