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!

DataBindingCollectionEditor.GetEditStyle

Gets the edit stytle for use by the editor.

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

Parameters

context
An ITypeDescriptorContext that identifies the component or control to retrieve the edit style for.

Return Value

A UITypeEditorEditStyle that specifies the editor edit style of the component or control.

See Also

DataBindingCollectionEditor Class | DataBindingCollectionEditor Members | System.Web.UI.Design Namespace