Text
(string) The text to display in the combobox.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
ComboBox.SetUpdate
OverviewExamples
ComboBox.SetUpdate ( string ObjectName,
boolean Enabled = true )
De s cr ip t ion
Sets the enabled/disabled update state of a combobox object. The update state controls whether or not the combobox object will be redrawn to reflect any changes that have been made. When a combobox
object's update state is disabled, any actions to modify it will not be visible to the user until this action is called to enable the update state.
P arame t er s
ObjectName
(string) The name of the combobox object.