Lines
This property allows you to specify the height of the Combo-Box control. If the PIXEL keyword follows the value specified here, the height is computed in pixels. If either the CELLS keyword or the
Height-In-Cells style is specified, the height is computed in cells. In this case decimal values are allowed and the cell size is based on the font used for the parent window.
If the value of this property is not followed by any keyword and the
Height-In-Cells style is not set, the height of the Combo-Box control is still computed in CELLS, but the cell size is based on the font set for the Combo-Box control with the
Font property. If no font has been defined for the Combo-Box control, the cell size is based on the font used for the parent window. Decimal values are allowed in this case, too.
The Lines property measures the height of the list that appears when the combo-box is expanded.
Example - Define a combo-box in screen section specifying its height in lines
screen section. ... 03 screen-1-co-1 Combo-Box line 19.0 column 23.0 size 12.0 cells lines 11.0 id 13 3-d drop-down . |