Height

Description

The height of a control in the DataWindow.

Applies to

Button, Column, Computed Field, Graph, GroupBox, OLE, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls

Syntax

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.

Usage


In the painter

Select the control and set the value in the Properties view, Position tab.

Examples

Example 1

[Visual Basic]
setting = dw_1.Describe("empname.Height")

dw_1.Modify("empname.Height=50")