NDoc 1.3.1 SDK

TextEditor.GetEditStyle Method (ITypeDescriptorContext)

Gets the editor style used by the EditValue method.

[Visual Basic]
Overrides  OverloadsPublic Function GetEditStyle( _ 
   ByVal context As ITypeDescriptorContext _ 
) As UITypeEditorEditStyle
[C#]
public override UITypeEditorEditStyle GetEditStyle(
   ITypeDescriptorContext context
);
[C++]
public: UITypeEditorEditStyle GetEditStyle(
   ITypeDescriptorContext* context
);
[JScript]
public override function GetEditStyle(
   ITypeDescriptorContext context
): UITypeEditorEditStyle;

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.PropertyGridUI Namespace | TextEditor.GetEditStyle Overload List