Udostępnij za pośrednictwem


ToolZoneDesigner.ActionLists Właściwość

Definicja

Pobiera kolekcję listy akcji dla projektanta strefy.

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

Wartość właściwości

Skojarzony DesignerActionListCollection z tym projektantem.

Uwagi

Właściwość ActionLists zawiera kolekcję reprezentującą DesignerActionListCollection agregację wszystkich elementów w panelu tagów inteligentnych. Klasa DesignerActionListCollection zawiera zero lub więcej DesignerActionList obiektów. Każda z tych list zawiera zero lub więcej obiektów, które reprezentują rzeczywiste elementy w panelu i pochodzą z DesignerActionItem klasy.

Dotyczy