Responder Developer Guide
ScrollControl Method


Syntax
'Declaration
 
Protected Function ScrollControl( _
   ByVal xAmount As Integer, _
   ByVal yAmount As Integer, _
   ByVal scrollRect As Rectangle, _
   ByVal clipRect As Rectangle, _
   ByRef updateRect As Rectangle, _
   ByVal eraseBackground As Boolean, _
   ByVal invalidate As Boolean, _
   ByVal scrollChildren As Boolean, _
   ByVal smoothScrollAmount As Short _
) As Integer
'Usage
 
Dim instance As UltraGridSafe
Dim xAmount As Integer
Dim yAmount As Integer
Dim scrollRect As Rectangle
Dim clipRect As Rectangle
Dim updateRect As Rectangle
Dim eraseBackground As Boolean
Dim invalidate As Boolean
Dim scrollChildren As Boolean
Dim smoothScrollAmount As Short
Dim value As Integer
 
value = instance.ScrollControl(xAmount, yAmount, scrollRect, clipRect, updateRect, eraseBackground, invalidate, scrollChildren, smoothScrollAmount)
protected int ScrollControl( 
   int xAmount,
   int yAmount,
   Rectangle scrollRect,
   Rectangle clipRect,
   ref Rectangle updateRect,
   bool eraseBackground,
   bool invalidate,
   bool scrollChildren,
   short smoothScrollAmount
)

Parameters

xAmount
yAmount
scrollRect
clipRect
updateRect
eraseBackground
invalidate
scrollChildren
smoothScrollAmount
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

UltraGridSafe Class
UltraGridSafe Members

 

 


Send Comment