共用方式為


RibbonTextBox.Command 屬性

定義

取得或設定與此控制項相關聯的指令。

public:
 property System::Windows::Input::ICommand ^ Command { System::Windows::Input::ICommand ^ get(); void set(System::Windows::Input::ICommand ^ value); };
public System.Windows.Input.ICommand Command { get; set; }
member this.Command : System.Windows.Input.ICommand with get, set
Public Property Command As ICommand

屬性值

ICommand

與此控制項關聯的指令。

備註

相依性屬性資訊

識別碼欄位 CommandProperty
中繼資料屬性設定為 true

適用於