TeachingTip.ActionButtonCommand プロパティ

定義

アクション ボタンがクリックされたときに呼び出すコマンドを取得または設定します。

public:
 property ICommand ^ ActionButtonCommand { ICommand ^ get(); void set(ICommand ^ value); };
ICommand ActionButtonCommand();

void ActionButtonCommand(ICommand value);
public ICommand ActionButtonCommand { get; set; }
var iCommand = teachingTip.actionButtonCommand;
teachingTip.actionButtonCommand = iCommand;
Public Property ActionButtonCommand As ICommand

プロパティ値

適用対象