MaxValue (Get method)

Gets the value of "MaxValue" property (maximal value) of the control.

int  MaxValue()  const

Return Value

The value of "MaxValue" property.

MaxValue (Set method)

Sets the value of "MaxValue" property (maximal value) of the control.

void  MaxValue(
   const int  value      // value
   )

Parameters

value

[in]  New value of "MaxValue" property.

Return Value

None.