EnumFlagsEditorTEnumGetEditStyle(ITypeDescriptorContext) Method

Gets the editor style used by the EditValue(IServiceProvider, Object) method.

Definition

Namespace: DevCase.UI.TypeEditors
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public override UITypeEditorEditStyle GetEditStyle(
	ITypeDescriptorContext context
)

Parameters

context  ITypeDescriptorContext
An ITypeDescriptorContext that can be used to gain additional context information.

Return Value

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