NDoc 1.3.1 SDK

LangIdEditor.GetEditStyle Method

Overload List

Gets the editor style used by the EditValue method.
Inherited from UITypeEditor.

[Visual Basic] Public Function GetEditStyle() As UITypeEditorEditStyle
[C#] public UITypeEditorEditStyle GetEditStyle();
[C++] public: UITypeEditorEditStyle GetEditStyle();
[JScript] public function GetEditStyle(): UITypeEditorEditStyle;

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

See Also

LangIdEditor Class | NDoc.Core.PropertyGridUI Namespace