


BITMAP-NUMBER (numeric) This property identifies a particular bitmap image to use as the push button. See Chapter 3, section 3.8 for details. If you explicitly name this property when creating a 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.
BITMAP-HANDLE (handle) This property identifies the bitmap image strip to use with the push button. See Chapter 3, section 3.8 for details.
TERMINATION-VALUE (numeric) This property modifies the way that a push button communicates to your program when it has been pushed. Normally, a push button will generate a CMD-CLICKED event. If you provide a non-zero TERMINATION-VALUE, the push button will generate a termination condition with the specified value instead. This makes the push button act like a keyboard termination key. Most existing COBOL programs are already coded to handle termination keys, so this is easier for the COBOL program to work with.