Value (Get method)

Gets the "Value" property (current value) of the control.

int  Value()  const

Return Value

The "Value" property.

Value (Set method)

Sets the "Value" property (current value) of the control.

void  Value(
   const int  value      // value
   )

Parameters

value

[in]  New "Value" property.

Return Value

None.