|

Visible


(boolean) Whether to make the button 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


image

C o m bo B o x


image

ComboBox.AddItem

OverviewExamples

number ComboBox.AddItem ( string ObjectName,


string Text,


string Data = "" )


De s cr ip t ion


Adds an item to a combobox object. If the combobox is not sorted, it will be added to the end of the list.


P arame t er s


ObjectName


(string) The name of the combobox object.


|