ColorEditor::GetEditStyle Method (ITypeDescriptorContext^)
.NET Framework (current version)
Gets the editing style of the Edit method. If the method is not supported, this will return None.
Assembly: System.Drawing.Design (in System.Drawing.Design.dll)
public: virtual UITypeEditorEditStyle GetEditStyle( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext that can be used to gain additional context information.
Return Value
Type: System.Drawing.Design::UITypeEditorEditStyleAn enum value indicating the provided editing style.
.NET Framework
Available since 1.1
Available since 1.1
Show: