BorderSidesEditor::GetEditStyle Method (ITypeDescriptorContext^)

 

Retrieves the editing style of the EditValue method.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual UITypeEditorEditStyle GetEditStyle(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext providing information about the control or component.

Return Value

Type: System.Drawing.Design::UITypeEditorEditStyle

One of the UITypeEditorEditStyle values. If the method is not supported, this method returns None.

.NET Framework
Available since 2.0
Return to top
Show: