Udostępnij za pośrednictwem


DataBindingCollectionEditor.GetEditStyle(ITypeDescriptorContext) Metoda

Definicja

Pobiera styl edytora używany przez metodę 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

Obiekt ITypeDescriptorContext , który identyfikuje składnik lub kontrolkę w celu pobrania stylu edycji.

Zwraca

UITypeEditorEditStyle Obiekt określający styl edytora składnika lub kontrolki.

Uwagi

Ten edytor udostępnia modalny styl edytora.

Dotyczy

Zobacz też