This documentation is archived and is not being maintained.
UrlEditor.GetEditStyle Method
.NET Framework 1.1
Gets the editing style of the EditValue method.
Overload List
Gets the editing style of the EditValue method.
[Visual Basic] Overloads Overrides Public Function GetEditStyle(ITypeDescriptorContext) As UITypeEditorEditStyle
[C#] public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext);
[C++] public: UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext*);
[JScript] public override function GetEditStyle(ITypeDescriptorContext) : UITypeEditorEditStyle;
Inherited from UITypeEditor.
[Visual Basic] Overloads Public Function GetEditStyle() As UITypeEditorEditStyle
[C#] public UITypeEditorEditStyle GetEditStyle();
[C++] public: UITypeEditorEditStyle GetEditStyle();
[JScript] public function GetEditStyle() : UITypeEditorEditStyle;
See Also
UrlEditor Class | UrlEditor Members | System.Web.UI.Design Namespace
Show: