ShortcutFileInfoIconIndexEditorGetEditStyle(ITypeDescriptorContext) Method

Retrieves the editing style of the EditValue(ITypeDescriptorContext, 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
A type descriptor context that can be used to provide additional context information.

Return Value

UITypeEditorEditStyle
One of the UITypeEditorEditStyle values indicating the provided editing style.

See Also