RegexTypeEditor.GetEditStyle(ITypeDescriptorContext) Metod

Definition

Hämtar redigeringsformatet som används av EditValue(ITypeDescriptorContext, IServiceProvider, Object) metoden.

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

En ITypeDescriptorContext som kan användas för att få ytterligare kontextinformation.

Returer

Ett UITypeEditorEditStyle värde som anger det redigeringsformat som används av metoden.

Gäller för

Se även