[To be supplied.]
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(ITypeDescriptorContext) As UITypeEditorEditStyle
[C#] public virtual UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext);
[C++] public: virtual UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext*);
[JScript] public function GetEditStyle(ITypeDescriptorContext) : UITypeEditorEditStyle;
Retrieves the editing style of the Edit method. If the method is not supported, this will return None.
[Visual Basic] Overloads Public Function GetEditStyle() As UITypeEditorEditStyle
[C#] public UITypeEditorEditStyle GetEditStyle();
[C++] public: UITypeEditorEditStyle GetEditStyle();
[JScript] public function GetEditStyle() : UITypeEditorEditStyle;
UITypeEditor Class | UITypeEditor Members | System.Drawing.Design Namespace