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.VScroll

Gets or sets a value indicating whether the vertical scroll bar is visible.

[Visual Basic]
Protected Property VScroll As Boolean
[C#]
protected bool VScroll {get; set;}
[C++]
protected: __property bool get_VScroll();
protected: __property void set_VScroll(bool);
[JScript]
protected function get VScroll() : Boolean;
protected function set VScroll(Boolean);

Property Value

true if the vertical scroll bar is visible; otherwise, false.

See Also

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