ComboBox.SetText

ComboBox.SetText ( 

string ObjectName,

string Text )

Description

Sets the displayed text in the combobox object. This action only works if your combobox is set as the Dropdown Edit style (instead of Dropdown List).

Parameters

ObjectName

(string) The name of the combobox object.

Text

(string) The text to display in the combobox.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions