LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

VScroll Property

Show in webframe





Gets a value indicating whether the vertical scroll bar is visible.
Syntax
[BrowsableAttribute(false)]
public bool VScroll {get;}
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property VScroll As Boolean
'Usage
 
Dim instance As RasterImageViewer
Dim value As Boolean
 
value = instance.VScroll

            

            
[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

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.