DataPagerFieldTypeEditor.GetEditStyle(ITypeDescriptorContext) Metod

Definition

Hämtar det format som redigeraren ska använda.

public:
 override System::Drawing::Design::UITypeEditorEditStyle GetEditStyle(System::ComponentModel::ITypeDescriptorContext ^ context);
public override System.Drawing.Design.UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context);
override this.GetEditStyle : System.ComponentModel.ITypeDescriptorContext -> System.Drawing.Design.UITypeEditorEditStyle
Public Overrides Function GetEditStyle (context As ITypeDescriptorContext) As UITypeEditorEditStyle

Parametrar

context
ITypeDescriptorContext

Kontextinformation om designmiljön.

Returer

Ett av uppräkningsvärdena som anger vilken typ av formatmall som redigeraren ska använda.

Kommentarer

Den här metoden anger det redigeringsformat som används av EditValue metoden och alltid returnerar UITypeEditorEditStyle.Modal.

Gäller för

Se även