Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.08 KB

Access.TextBox.Height.md

File metadata and controls

37 lines (21 loc) · 1.08 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
TextBox.Height property (Access)
vbaac10.chm11074
vbaac10.chm11074
Access.TextBox.Height
3f3d88d9-3561-a25b-5f22-a21b9cad6673
02/21/2019
medium

TextBox.Height property (Access)

Gets or sets the height of the specified object in twips. Read/write Integer.

Syntax

expression.Height

expression A variable that represents a TextBox object.

Remarks

For report controls, you can set the Height property when you print or preview a report only by using a macro or an event procedure specified in a section's OnFormat event property setting.

Microsoft Access automatically sets the Height property when you create or size a control or when you size a window in form Design view or report Design view.

The height of controls is measured from the center of their borders so that controls with different border widths align correctly.

[!includeSupport and feedback]