Value
Value (Get method)
Gets the value associated with the control.
int Value() constReturn Value
The value associated with the control.
Value (Set method)
Sets the value associated with the control.
void Value(
const int value // value
)Parameters
- value
[in] New value.
Return Value
None.
Last updated on