Sdílet prostřednictvím


RegexTypeEditor.GetEditStyle(ITypeDescriptorContext) Metoda

Definice

Získá styl editoru používaný metodou EditValue(ITypeDescriptorContext, IServiceProvider, Object) .

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

Objekt ITypeDescriptorContext , který lze použít k získání dalších kontextových informací.

Návraty

Hodnota UITypeEditorEditStyle , která označuje styl editoru používaný metodou.

Platí pro

Viz také