MultilineStringEditor::GetEditStyle Method (ITypeDescriptorContext^)

 

Gets the editing style of the EditValue method.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.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::UITypeEditorEditStyle

A UITypeEditorEditStyle enumeration value indicating the supported editing style.

.NET Framework
Available since 2.0
Return to top
Show: