The height of a control in the DataWindow.
Button, Column, Computed Field, Graph, GroupBox, OLE, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls
Describe and Modify argument:
"controlname.Height { = ' value ' }"
Parameter |
Description |
---|---|
controlname |
The control within the DataWindow whose height you want to get or set. |
value |
(exp) An integer specifying the height of the control in the unit of measure specified for the DataWindow. Value can be a quoted DataWindow expression. |
Select the control and set the value in the Properties window, Layout category.
[Visual Basic] setting = dw1.Describe("empname.Height")
dw1.Modify("empname.Height=50")