|

Width


(number) The new width of the combobox object in pixels.


image

Tip: The height of the combobox object is dependant on the text font size; it cannot be explicitly set. To change the height of the combobox object, use Combobox.SetProperties to adjust the text font size.


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

image

ComboBox.SetText

OverviewExamples

ComboBox.SetText ( string ObjectName,


string Text )


De s cr ip t ion


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).


P arame t er s


ObjectName


(string) The name of the combobox object.


|