Visible
(boolean) Whether to make the combobox visible or invisible:
VALUE DESCRIPTION |
|
true |
Visible. (Default) |
false |
Invisible. |
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
C h eck B o x
CheckBox.GetChecked
OverviewExamples
boolean CheckBox.GetChecked ( string ObjectName )
De s cr ip t ion
Returns true if a specific checkbox object is checked, or false if it's unchecked.
P arame t er s
ObjectName
(string) The name of the checkbox object.
Re t u r n s
(boolean) True if the checkbox object is checked, false if it is unchecked. If an error occurs, false will be returned. You can use Application.GetLastError to determine whether this action failed, and why.