Sdílet prostřednictvím


ToolZoneDesigner.ActionLists Vlastnost

Definice

Získá kolekci seznamu akcí pro návrháře zóny.

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

Přidružené DesignerActionListCollection k tomuto návrháři.

Poznámky

Vlastnost ActionLists obsahuje kolekci DesignerActionListCollection , která představuje agregaci všech položek na panelu inteligentních značek. Třída DesignerActionListCollection obsahuje nula nebo více DesignerActionList objektů. Každý z těchto seznamů obsahuje nula nebo více objektů, které představují skutečné položky v panelu a jsou odvozeny od DesignerActionItem třídy .

Platí pro