AtalaImageEditorGetEditStyle Method (ITypeDescriptorContext) |
Gets the editor style used by the EditValue(IServiceProvider, Object) method.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public override UITypeEditorEditStyle GetEditStyle(
ITypeDescriptorContext context
)
Public Overrides Function GetEditStyle (
context As ITypeDescriptorContext
) As UITypeEditorEditStyle
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
An ITypeDescriptorContext that can be used to gain additional context information.
Return Value
Type:
UITypeEditorEditStyle
A
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