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 override UITypeEditorEditStyle GetEditStyle(
	ITypeDescriptorContext context
)

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: