'Declaration Public Function New( _ ByVal value As Double, _ ByVal valueType As ImGearScrollBarIncrementType _ )
'Usage Dim value As Double Dim valueType As ImGearScrollBarIncrementType Dim instance As New ImGearScrollBarIncrement(value, valueType)
public ImGearScrollBarIncrement( double value, ImGearScrollBarIncrementType valueType )
public: ImGearScrollBarIncrement( double value, ImGearScrollBarIncrementType valueType )
public: ImGearScrollBarIncrement( double value, ImGearScrollBarIncrementType valueType )
Parameters
- value
- The amount to scroll by.
- valueType
- Whether the Value specifies an absolute or relative scroll amount.