RibbonTabHeaderItemsControl.HandlesScrolling Property

Gets a value that indicates whether the RibbonTabHeaderItemsControl supports custom keyboard scrolling.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property HandlesScrolling As Boolean
protected override bool HandlesScrolling { get; }
protected:
virtual property bool HandlesScrolling {
    bool get () override;
}
abstract HandlesScrolling : bool
override HandlesScrolling : bool
override function get HandlesScrolling () : boolean

Property Value

Type: System.Boolean
true in all cases.

Remarks

This property is used to notify the ScrollViewer in the RibbonTabHeaderItemsControl that keyboard input has been handled the RibbonTabHeaderItemsControl.

.NET Framework Security

See Also

Reference

RibbonTabHeaderItemsControl Class

Microsoft.Windows.Controls.Ribbon Namespace