_CommandBars.ActionControl Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l’objet dont OnAction la CommandBarControl propriété est définie sur la procédure en cours d’exécution.
public:
property Microsoft::Office::Core::CommandBarControl ^ ActionControl { Microsoft::Office::Core::CommandBarControl ^ get(); };
public Microsoft.Office.Core.CommandBarControl ActionControl { get; }
member this.ActionControl : Microsoft.Office.Core.CommandBarControl
Public ReadOnly Property ActionControl As CommandBarControl
Valeur de propriété
Remarques
Si la procédure en cours d’exécution n’a pas été lancée par un contrôle de barre de commandes, cette propriété renvoie Nothing.
Appelez cette propriété et la Tag propriété pour déterminer le bouton de barre de commandes précédemment cliqué.