RibbonTab.HandlesScrolling Property
Gets a value that indicates whether the RibbonTab 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 RibbonTab that keyboard input has been handled the RibbonTab.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.