NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

UITypeEditor.GetEditStyle (ITypeDescriptorContext)

Retrieves the editing style of the Edit method. If the method is not supported, this will return None.

[Visual Basic]
Overloads Overridable Public Function GetEditStyle( _
   ByVal context As ITypeDescriptorContext _
) As UITypeEditorEditStyle
[C#]
public virtual UITypeEditorEditStyle GetEditStyle(
   ITypeDescriptorContext context
);
[C++]
public: virtual UITypeEditorEditStyle GetEditStyle(
   ITypeDescriptorContext* context
);
[JScript]
public function GetEditStyle(
   context : ITypeDescriptorContext
) : UITypeEditorEditStyle;

Parameters

context
A type descriptor context that can be used to provide additional context information.

Return Value

An enum value indicating the provided editing style.

See Also

UITypeEditor Class | UITypeEditor Members | System.Drawing.Design Namespace | UITypeEditor.GetEditStyle Overload List