HbListBox() > Instance Variables |
Box string for border when list box has no input focus.
Data type: | C | Default: | B_SINGLE |
The instance variable :coldBox contains a DispBox() compatible character string defining the border drawn around the list box when the HbListBox object has no input focus. #define constants are available in the Box.ch file that can be used for :coldBox.
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