Color
Color (Get method)
Gets color of the label associated with the control.
color Color() constReturn Value
Label color.
Color (Set method)
Sets color of the label associated with the control.
bool Color(
const color value // color
)Parameters
- value
[in] New label color.
Return Value
true - successful, otherwise - false.
Last updated on