Click or drag to resize

AnnotationBrushEditorGetEditStyle Method (ITypeDescriptorContext)

Gets the editor style used by the EditValue method.

Namespace:  Atalasoft.Annotate.Editors
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
)

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 EditValue. If the UITypeEditor does not support this method, then GetEditStyle will return None.
See Also