DataControlFieldTypeEditor::GetEditStyle Method (ITypeDescriptorContext^)

 

Gets the editing style associated with this editor, using the specified ITypeDescriptorContext object.

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

public:
virtual UITypeEditorEditStyle GetEditStyle(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

The ITypeDescriptorContext that indicates the context of the object being edited.

Return Value

Type: System.Drawing.Design::UITypeEditorEditStyle

The UITypeEditorEditStyle value representing the editing style of this editor. The default value is Modal.

Always returns the value Modal.

.NET Framework
Available since 2.0
Return to top
Show: