Compartir a través de


_CommandBars.ActionControl Propiedad

Definición

Devuelve el CommandBarControl objeto cuya OnAction propiedad está establecida en el procedimiento en ejecución.

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

Valor de propiedad

Comentarios

Si un control de barra de comandos no inició el procedimiento en ejecución, esta propiedad devuelve Nothing.

Llame a esta propiedad y a la Tag propiedad para determinar en qué botón de la barra de comandos se hizo clic anteriormente.

Se aplica a