NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ScrollableControl.HScroll

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.

See Also

ScrollableControl Class | ScrollableControl Members | System.WinForms Namespace | VScroll