LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

AutoScrollLargeChange Property

Show in webframe





Gets or sets the amount that the scroll bar is incremented or decremented for a large scroll.
Syntax
[BrowsableAttribute(false)]
public virtual Size AutoScrollLargeChange {get;}
'Declaration
 
<BrowsableAttribute(False)>
Public Overridable ReadOnly Property AutoScrollLargeChange As Size
'Usage
 
Dim instance As RasterImageViewer
Dim value As Size
 
value = instance.AutoScrollLargeChange

            

            
[BrowsableAttribute(false)]
public:
virtual property Size AutoScrollLargeChange {
   Size get();
}

Property Value

The amount that the scroll bar is incremented or decremented.
Remarks
A large scroll occurs when the user clicks in the area between the thumb and an arrow.
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.