次の方法で共有


_CommandBars.ActionControl プロパティ

定義

プロパティが実行中の CommandBarControl プロシージャに設定されている オブジェクト OnAction を返します。

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

プロパティ値

注釈

実行中のプロシージャがコマンド バー コントロールによって開始されなかった場合、このプロパティは Nothing を返します。

このプロパティと プロパティを Tag 呼び出して、以前にクリックしたコマンド バー ボタンを特定します。

適用対象