BUTTON (Dialog Item)


cPLBCMP GUI Only

BUTTON={top}:{bottom}:{left}:{right}:{title}

 

The BUTTON dialog item creates a BUTTON object in the dialog.

 

The {top}, {bottom}, {left} and {right} are decimal constants that define the position and size of the BUTTON.

 

The {title} is a character string enclosed in single quotes that is the title for the button.

 

 

See Also: DIALOG Items, DIALOG

 



PL/B Language Reference DIALOG Items CHECKBOX (Dialog Item)