 |
Shows or hides the object |
 |
Shows or hides the object |
 |
Sets the object's text to the provided text. See examples. |
 |
Sets the object's text color to the provided color tile or hexadecimal value |
 |
Sets the object's line (border) color to the provided color tile or hexadecimal value |
 |
Sets the object's fill color to the provided color tile or hexadecimal value |
 |
Enables or Disables the object depending on the value (true or false) provided |
 |
Sets the object's focus to the provided value (true or false) |
 |
Shows or hides the object depending on the value provided. See the section on Visibility. |
 |
Returns the text value of the object as text |
 |
Returns the text color as a hexadecimal value |
 |
Returns the border color as a hexadecimal value |
 |
Returns the fill color as a hexadecimal value |
 |
Returns true if the object is enabled, false if it is not disabled |
 |
Returns true if the object is in focus, false if it is not in focus |
 |
Returns true if the object is visible, false if it is not visible |
 |
Returns true if the text input object contains the word or words contained in the provided text string. See examples. |