IntegralHeight
This is one of those properties that makes you look good to your users—or maybe we should say, without it, you don't look so good. It lets you indicate that the height of a list box, edit box or text box should be adjusted so that it fits an exact number of lines and doesn't leave any partial lines showing.
Usage |
lWholeLinesOnly = oObject.IntegralHeight |
If a list box is too small for one line, however, setting IntegralHeight to .T. makes the display so small you can't see even a partial line of text. |
Example |
* A builder might set IntegralHeight for all * the relevant controls on a form. ASELOBJ(aForm,1) aForm[1].SetAll("IntegralHeight",.t.) |
See Also |