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;
A UITypeEditorEditStyle that specifies the editor edit style of the component or control.
DataBindingCollectionEditor Class | DataBindingCollectionEditor Members | System.Web.UI.Design Namespace