Gets or sets the amount that the scroll bar is incremented or decremented for a large scroll.
Syntax
Visual Basic (Declaration) | |
---|
<BrowsableAttribute(False)>
Public Overridable ReadOnly Property AutoScrollLargeChange As Size |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RasterImageViewer
Dim value As Size
value = instance.AutoScrollLargeChange
|
Managed Extensions for C++ | |
---|
[BrowsableAttribute(false)]
public: __property virtual Size get_AutoScrollLargeChange(); |
Return Value
The amount that the scroll bar is incremented or decremented.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also