CreateButton


Description:

[undefined]

Type:

Execute

Usage:

object.CreateButton objectname left top width height text

Arguments:

objectname literal The name of the Button 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 Button object, in pixels.
top integer The y-coordinate of the top edge of the Button object, in pixels.
width integer The width of the Button object, in pixels. An error will occur if this value is negative.
height integer The height of the Button object, in pixels. An error will occur if this value is negative.
text string The text to display on the Button object.

Specifics:

[undefined]

Applies To:

See Also: