Control Properties
Sets the background color of a control.
Applies to:
- Form - Not currently working.
- Button
- Text Edit
- Check Box - Very hard to see the color change if the Check Box is true since the check is covering most of the control.
- Label
- Frame - Depending on your WM, the bgColor Property may only change the Frame border color.
- Image - Only useful if the image has an alpha channel or you set the dimensions of the image control to a size larger than the actual image.
Disables/Enables a control so it no longer receives event signals or input. The control indicates its disabled by turning the label and the control gray.
Applies to:
Sets the foreground color of a control.
Applies to:
Sets the height of a control in pixels.
Applies to:
Sets the label background color for a control.
Applies to:
Sets the label foreground color for a control.
Applies to:
Sets the label text for a control.
Applies to:
Sets the label width for a control.
Applies to:
Sets the left position of a control in pixels relative to the left side of the controls parent.
Applies to:
Sets the primary text for a control.
Applies to:
- Button
- Text Edit
- Check Box - The actualy text doesn't display in the control but determines if the checkbox is checked or not.
- Label
- Frame - Displays as a label at the top left of the frame.
Sets the top position of a control in pixels relative to the top side of the controls parent.
Applies to:
Sets the width of a control in pixels.
Applies to:
Sets the visibility of a control.
Applies to: