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