CHECKBOX Mnemonic - Create a Check Box Control
Syntax
'CHECKBOX'(id,x,y,w,h,title,flags)
For BBj-specific information, see CHECKBOX Mnemonic - Create Check Box Control BBj.
Description
The 'CHECKBOX' mnemonic creates a check box control.
Parameter | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | Control ID number. It must be an integer between 1 and 32767 and be unique within a given top-level window. | ||||||||||||||||
x | Horizontal position of the upper-left corner of the control in current units. | ||||||||||||||||
y | Vertical position of the upper-left corner of the control in current units. | ||||||||||||||||
w | Width of the control in current units. | ||||||||||||||||
h | Height of the control in current units. | ||||||||||||||||
title | Title of the control. Including the '&' before a character in the title causes it to be an accelerator. | ||||||||||||||||
flags | Control flags,
as follows:
|