ScrollToVerticalOffset Method
In This Topic
Scrolls the contents of the editing control to the specified vertical offset.
Syntax
'Declaration
Public Sub ScrollToVerticalOffset( _
ByVal As Double _
)
'Usage
Dim instance As GcTextBox
Dim offset As Double
instance.ScrollToVerticalOffset(offset)
public void ScrollToVerticalOffset(
double
)
Parameters
- offset
- A double value that specifies the vertical offset to scroll to.
Exceptions
See Also