Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that indicates whether scrolling on the horizontal axis is possible.
Namespace: Microsoft.Windows.Controls.Ribbon.Primitives
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property CanHorizontallyScroll As Boolean
public bool CanHorizontallyScroll { get; set; }
public:
virtual property bool CanHorizontallyScroll {
bool get () sealed;
void set (bool value) sealed;
}
abstract CanHorizontallyScroll : bool with get, set
override CanHorizontallyScroll : bool with get, set
final function get CanHorizontallyScroll () : boolean
final function set CanHorizontallyScroll (value : boolean)
Property Value
Type: System.Boolean
true in all cases.
Implements
IScrollInfo.CanHorizontallyScroll
.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.