Gets the characteristics associated with the horizontal scroll bar.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Syntax . . :: . HScrollProperties
A HScrollProperties that contains information about the horizontal scroll bar.
<BrowsableAttribute(False)> _
Public ReadOnly Property HorizontalScroll As HScrollProperties[BrowsableAttribute(false)]
public HScrollProperties HorizontalScroll { get; }[BrowsableAttribute(false)]
public:
property HScrollProperties^ HorizontalScroll {
HScrollProperties^ get ();
}[<BrowsableAttribute(false)>]
member HorizontalScroll : HScrollProperties
Property Value
Type: System.Windows.FormsA HScrollProperties that contains information about the horizontal scroll bar.
Remarks
The HScrollProperties class contains information about the scroll bar and its operation, such as whether it is enabled and visible, the scroll page size, orientation, display position, and so on.
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.