NDoc 1.3.1 SDK

AttributesEditor.GetEditStyle Method (ITypeDescriptorContext)

Returns the edit style for the type.

[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
Context

Return Value

Edit Style

See Also

AttributesEditor Class | NDoc.Core.PropertyGridUI Namespace | AttributesEditor.GetEditStyle Overload List