TypeBrowserEditor::GetEditStyle Method (ITypeDescriptorContext^)

 

Returns the editor style used by the EditValue method.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
virtual UITypeEditorEditStyle GetEditStyle(
	ITypeDescriptorContext^ typeDescriptorContext
) override

Parameters

typeDescriptorContext
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 that indicates the style of editor used by EditValue. Unless overridden by an inheriting class, this method returns Modal.

.NET Framework
Available since 3.0
Return to top
Show: