IconEditor::GetEditStyle Method (ITypeDescriptorContext^)

 

Retrieves the editing style of the EditValue method.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing.Design (in System.Drawing.Design.dll)

public:
virtual UITypeEditorEditStyle GetEditStyle(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

A type descriptor context that can be used to provide additional context information.

Return Value

Type: System.Drawing.Design::UITypeEditorEditStyle

One of the UITypeEditorEditStyle values indicating the provided editing style.

If the EditValue method is not supported, the GetEditStyle method will return None.

.NET Framework
Available since 1.1
Return to top
Show: