Special Properties

BITMAP-NUMBER (number)

This property identifies the particular bitmap image to use with the check box. If you explicitly name this property when creating the control, the BITMAP style is automatically applied by the compiler. Note that this does not occur if you use the PROPERTY phrase to specify this property (by giving its identifying number). See Paged List Boxes for more information.

BITMAP-HANDLE (handle)

This property identifies the bitmap image strip to use with the check box.

TERMINATION-VALUE (numeric)

This property works in a manner identical to the push button property of the same name (see Special Properties paragraph for the push button control. This property is used only when the NOTIFY style is also used. The compiler applies the NOTIFY style automatically if this property is named when the control is created. Note that the NOTIFY style is not automatically applied if you use the PROPERTY phrase to specify this property (by giving its identifying number). See Push Button for more information.

EXCEPTION-VALUE (numeric)

This property works in a manner identical to the push button property of the same name. This property is used only when the NOTIFY style is also used. The compiler will apply the NOTIFY style automatically if you explicitly name this property when you create the control. Note that the NOTIFY style is not automatically applied if you use the PROPERTY phrase to specify this property (by giving its identifying number).