共用方式為


RibbonTabHeader.OnKeyDown(KeyEventArgs) 方法

定義

提供 KeyDown 已路由事件的類別處理。

protected:
 override void OnKeyDown(System::Windows::Input::KeyEventArgs ^ e);
protected override void OnKeyDown (System.Windows.Input.KeyEventArgs e);
override this.OnKeyDown : System.Windows.Input.KeyEventArgs -> unit
Protected Overrides Sub OnKeyDown (e As KeyEventArgs)

參數

e
KeyEventArgs

事件資料。

備註

此方法會嘗試在 Tab 標頭上按下向下鍵時,將焦點移至索引標籤中的第一個專案。 如果成功,它會將事件資料的 true 屬性設定 Handled 為 ,將事件標示 KeyDown 為已處理。

適用於