CreateComboBox


Description:

[undefined]

Type:

Execute

Usage:

object.CreateComboBox objectname left top width height

Arguments:

objectname literal The name of the ComboBox object to create. An error will occur if this name is already used by another object.
left integer The x-coordinate of the left edge of the ComboBox object, in pixels.
top integer The y-coordinate of the top edge of the ComboBox object, in pixels.
width integer The width of the ComboBox object, in pixels. An error will occur if this value is negative.
height integer The height of the ComboBox object, in pixels. An error will occur if this value is negative.

Specifics:

[undefined]

Applies To:

See Also: