DataPagerFieldTypeEditor::GetEditStyle Method (ITypeDescriptorContext^)
.NET Framework (current version)
Gets the style that the editor will use.
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::UITypeEditorEditStyleOne 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
Available since 3.5
Show: