Height property (field)

Examples


The Height property specifies the height of a window field (in pixels).

Syntax

field.Height [= integer]

Parameters

field – A window field object.

integer The height of the field, measured in pixels.

Comments

For data entry fields, the default height is 20 pixels. For push buttons, such as Save and Delete, the default height is 24 pixels.

List box and multi-select lists require 20 pixels per item to display the item properly. Changing the height of drop lists and combo boxes does not change the height of the list in the “undropped” position. Instead, changing the height of these lists determines the height of the list in the “dropped” position.


Documentation Feedback