HbRadioGroup() > Instance variables |
Box string for border when radio button group box has input focus.
Data type: | N | Default: | B_DOUBLE |
The instance variable :hotBox contains a DispBox() compatible character string defining the border drawn around the radio button group when the HbRadioGroup object has input focus. #define constants are available in the Box.ch file that can be used for :hotBox.
Pre-defined box strings for borders
Constant | Description |
---|---|
B_SINGLE | Single-line box |
B_DOUBLE *) | Double-line box |
B_SINGLE_DOUBLE | Single-line top, double-line sides |
B_DOUBLE_SINGLE | Double-line top, single-line sides |
*) default |
http://www.xHarbour.com