Sets a numeric value that represents the current position of the scroll box on the scroll bar control.
'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)
Parameters
- value