Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

HScroll Property






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

            

            
[BrowsableAttribute(false)]
public:
property bool HScroll {
   bool get();
}

Property Value

true if the horizontal scroll bar is visible; false otherwise.
Example
Refer to AutoScrollSmallChange.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

Error processing SSI file