RibbonTabHeaderItemsControl.HandlesScrolling 屬性

定義

取得值,這個值表示 RibbonTabHeaderItemsControl 是否支援自訂鍵盤捲動。

protected public:
 virtual property bool HandlesScrolling { bool get(); };
protected internal override bool HandlesScrolling { get; }
member this.HandlesScrolling : bool
Protected Friend Overrides ReadOnly Property HandlesScrolling As Boolean

屬性值

所有情況下都是 true

備註

這個屬性是用來在 中 RibbonTabHeaderItemsControl 通知 ScrollViewer ,鍵盤輸入已處理 RibbonTabHeaderItemsControl

適用於