Value
Value (Get method)
Gets the “Value” property (current value) of the control.
int Value() constReturn 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.
Last updated on