←Select platform

VScroll Property

Summary

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

Syntax

C#
VB
C++
public bool VScroll { get; } 
  
<BrowsableAttribute(False)> 
Public ReadOnly Property VScroll As Boolean 
[BrowsableAttribute(false)] 
public: 
property bool VScroll { 
   bool get(); 
} 

Property Value

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

Example

For an example, refer to AutoScrollSmallChange.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly