ImageGear .NET v24.12 - Updated
ImGearScrollBarIncrement Constructor(Double,ImGearScrollBarIncrementType)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearScrollBarIncrement Class > ImGearScrollBarIncrement Constructor : ImGearScrollBarIncrement Constructor(Double,ImGearScrollBarIncrementType)
The amount to scroll by.
Whether the Value specifies an absolute or relative scroll amount.
Initializes a new instance of the ImGearScrollBarIncrement class.
Syntax
'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.
See Also

Reference

ImGearScrollBarIncrement Class
ImGearScrollBarIncrement Members
Overload List