Gets the edit style.
[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 represents the edit style.
ColumnCollectionEditor Class | ColumnCollectionEditor Members | System.Web.UI.Design.WebControls.ListControls Namespace