RibbonMenuButton.HandlesScrolling Property

Gets a value that indicates whether the RibbonMenuButton 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.

.NET Framework Security

See Also

Reference

RibbonMenuButton Class

Microsoft.Windows.Controls.Ribbon Namespace