DesignerCommandSet.ActionLists Eigenschaft

Definition

Ruft die Auflistung aller Smarttags ab, die der entworfenen Komponente zugeordnet sind.

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

Eigenschaftswert

Eine DesignerActionListCollection , die die Smarttags für die zugeordnete entworfene Komponente enthält.

Hinweise

Die Basisimplementierung ruft einfach den Zeichenfolgenparameter "ActionLists" auf GetCommands .

Gilt für:

Weitere Informationen