This documentation is archived and is not being maintained.

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)

[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
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

Supported in: 4, 3.5

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: