Sdílet prostřednictvím


UserControlDesigner.ActionLists Vlastnost

Definice

Získá kolekci seznamu akcí pro návrháře uživatelských ovládacích prvků.

public:
 virtual property System::ComponentModel::Design::DesignerActionListCollection ^ ActionLists { System::ComponentModel::Design::DesignerActionListCollection ^ get(); };
public override System.ComponentModel.Design.DesignerActionListCollection ActionLists { get; }
member this.ActionLists : System.ComponentModel.Design.DesignerActionListCollection
Public Overrides ReadOnly Property ActionLists As DesignerActionListCollection

Hodnota vlastnosti

A DesignerActionListCollection , který obsahuje značky seznamu akcí pro návrháře ovládacích prvků.

Poznámky

Tato implementace vytvoří v kolekci dva DesignerActionMethodItem objekty: Upravit uživatelský ovládací prvek a Aktualizovat.

Platí pro

Viz také