Visible
(boolean) Whether to make the label object 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
L i s t B o x
ListBox.AddItem
OverviewExamples
number ListBox.AddItem ( string ObjectName,
string Text,
string Data = "" )
De s cr ip t ion
Adds an item to a listbox object.
P arame t er s
ObjectName
(string) The name of the listbox object.