DesignerCommandSet.ActionLists Propriété

Définition

Obtient la collection de toutes les balises actives associées au composant conçu.

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

Valeur de propriété

DesignerActionListCollection qui contient les balises actives du composant conçu associé.

Remarques

L’implémentation de base appelle GetCommands simplement avec le paramètre de chaîne « ActionLists ».

S’applique à

Voir aussi