Partager via


_CommandBars.ActionControl Propriété

Définition

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é.

S’applique à