[]
        
(Showing Draft Content)

C1.Framework.ScrollBarElement.ScrollBarThumb.Move

Move Method

Move(double, double)

Used to adjust an element's current location. The x, and y parameters represent the
absolute on-screen position of the top-left corner in pixels, not the delta between the desired location and the window's current location.

Declaration
public void Move(double x, double y)
Public Sub Move(x As Double, y As Double)
Parameters
Type Name Description
double x

absolute on-screen position of the top left corner

double y

absolute on-screen position of the top left corner

Implements