Offset Method (ScrollBarElement.ScrollBarThumb)
In This Topic
Adjusts the location of this element by the specified amount.
Syntax
'Declaration
Public Sub Offset( _
ByVal As Integer, _
ByVal As Integer _
)
public void Offset(
int ,
int
)
Parameters
- x
- Offset in the horizontal direction.
- y
- Offset in the vertical direction.
See Also