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