ContentAlignmentEditor::GetEditStyle Method (ITypeDescriptorContext^)

 

Gets 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^

An ITypeDescriptorContext that can be used to gain additional context information.

Return Value

Type: System.Drawing.Design::UITypeEditorEditStyle

A UITypeEditorEditStyle value indicating the provided editing style. If the method to retrieve the edit style is not supported, this will return None.

.NET Framework
Available since 1.1
Return to top
Show: