Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (23 loc) · 1.53 KB

checkbox-labelx-property-access.md

File metadata and controls

43 lines (23 loc) · 1.53 KB
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
CheckBox.LabelX Property (Access)
vbaac10.chm10727
vbaac10.chm10727
access
Access.CheckBox.LabelX
5067374b-9e37-3e13-003c-c3688812221f
06/08/2017

CheckBox.LabelX Property (Access)

The LabelX property (along with the LabelY property) specifies the placement of the label for a new control. Read/write Integer.

Syntax

expression. LabelX

expression A variable that represents a CheckBox object.

Remarks

If the orientation is left to right for a form or report, LabelX and LabelY behavior matches standard Microsoft Access left-to-right orientation. For more information about orientation, see the Orientation property.

If orientation is right to left, the origin of the coordinate system for LabelX and LabelY is the upper right corner of the attached control. A negative number for LabelX places the label to the right of the control. A negative number for LabelY places the label above the control.

For General and Right alignment when orientation is RTL, LabelX and LabelY specify the location of the upper-right corner of the label relative to the upper-right corner of the label's attached control. For Left and Center alignment, LabelX and LabelY specify the location of the upper-left corner and top center, respectively, of the label relative to the upper-right corner of the label's attached control.

See also

Concepts

CheckBox Object