DataBindingCollectionEditor::GetEditStyle Method (ITypeDescriptorContext^)

 

Gets the editor style used by the EditValue method.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual UITypeEditorEditStyle GetEditStyle(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext object that identifies the component or control to retrieve the edit style for.

Return Value

Type: System.Drawing.Design::UITypeEditorEditStyle

A UITypeEditorEditStyle object that specifies the editor style of the component or control.

This editor provides a modal editor style.

.NET Framework
Available since 1.1
Return to top
Show: