MinValue (Get method)

Gets the value of "MinValue" property (minimal value) of the control.

int  MinValue()  const

Return Value

The value of "MinValue" property.

MinValue (Set method)

Sets the value of "MinValue" property (minimal value) of the control.

void  MinValue(
   const int  value      // value
   )

Parameters

value

[in]  New value of "MinValue" property.

Return Value

None.