ComboBox.SetSize

ComboBox.SetSize (

string ObjectName,

number Width )

Description

Sets the size of a combobox object.

Parameters

ObjectName

(string) The name of the combobox object.

Width

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

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.

Returns

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

See also: Related Actions