DataPagerFieldTypeEditor.GetEditStyle(ITypeDescriptorContext) Metoda

Definice

Získá styl, který bude editor používat.

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

Parametry

context
ITypeDescriptorContext

Kontextové informace o návrhovém prostředí

Návraty

Jedna z hodnot výčtu, která označuje typ stylu, který bude editor používat.

Poznámky

Tato metoda označuje styl editoru, který je používán metodou EditValue a vždy vrátí UITypeEditorEditStyle.Modal.

Platí pro

Viz také