CommandBarControl.OnAction プロパティ

定義

ユーザーがコマンド バー コントロールの値をクリックまたは変更したときに実行されるプロシージャの名前を設定または返します。

public:
 property System::String ^ OnAction { System::String ^ get(); void set(System::String ^ value); };
public string OnAction { get; set; }
member this.OnAction : string with get, set
Public Property OnAction As String

プロパティ値

注釈

値が有効なマクロ名かどうかは、コンテナー アプリケーション側で判断されます。

適用対象