In This Topic
Sets a numeric value that represents the current position of the scroll box on the scroll bar control.
Syntax
'Declaration
Public Function SetPreciseValue( _
ByVal As Double _
) As Boolean
'Usage
Dim instance As ScrollBar
Dim value As Double
Dim value As Boolean
value = instance.SetPreciseValue(value)
public bool SetPreciseValue(
double
)
Parameters
- value
See Also