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