Udostępnij za pośrednictwem


ParameterCollectionEditor.GetEditStyle(ITypeDescriptorContext) Metoda

Definicja

Pobiera styl edycji skojarzony z tym edytorem.

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

ITypeDescriptorContext Obiekt wskazujący kontekst edytowanego obiektu.

Zwraca

Styl edycji skojarzony z tym edytorem.

Uwagi

Metoda GetEditStyle zawsze zwraca Modal wartość, która wskazuje, że interfejs użytkownika edytora jest modalnym oknom dialogowym.

Dotyczy

Zobacz też