TextEditor.GetEditStyle Method (ITypeDescriptorContext)

NDoc Core

NDoc Documentation

TextEditor.GetEditStyle Method (ITypeDescriptorContext)

Gets the editor style used by the EditValue method.

public override UITypeEditorEditStyle GetEditStyle(
   ITypeDescriptorContext context
);

Parameters

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

Return Value

A UITypeEditorEditStyle value that indicates the style of editor used by EditValue.

See Also

TextEditor Class | NDoc.Core Namespace | TextEditor.GetEditStyle Overload List