ObjectSelectorEditor.GetEditStyle(ITypeDescriptorContext) Metoda

Definicja

Pobiera styl edytora używany przez metodę EditValue .

public:
 override System::Drawing::Design::UITypeEditorEditStyle GetEditStyle(System::ComponentModel::ITypeDescriptorContext ^ context);
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

Element ITypeDescriptorContext , który może służyć do uzyskiwania dodatkowych informacji kontekstowych.

Zwraca

UITypeEditorEditStyle Wartość wskazująca styl edytora używanego przez EditValueprogram .

Dotyczy