This documentation is archived and is not being maintained.
ScrollableControl.HScroll Property
.NET Framework 1.1
Gets or sets a value indicating whether the horizontal scroll bar is visible.
[Visual Basic] Protected Property HScroll As Boolean [C#] protected bool HScroll {get; set;} [C++] protected: __property bool get_HScroll(); protected: __property void set_HScroll(bool); [JScript] protected function get HScroll() : Boolean; protected function set HScroll(Boolean);
Property Value
true if the horizontal scroll bar is visible; otherwise, false.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
ScrollableControl Class | ScrollableControl Members | System.Windows.Forms Namespace | VScroll
Show: