DataPagerFieldTypeEditor::GetEditStyle Method (ITypeDescriptorContext^)

 

Gets the style that the editor will use.

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

public:
virtual UITypeEditorEditStyle GetEditStyle(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

Context information about the design environment.

Return Value

Type: System.Drawing.Design::UITypeEditorEditStyle

One of the enumeration values that indicates the type of style that the editor will use.

This method indicates the editor style that is used by the EditValue method and will always return UITypeEditorEditStyle.Modal.

.NET Framework
Available since 3.5
Return to top
Show: