CommandButton.Alignment Property (Access)

Gets or sets how the specified button's caption and picture are aligned. Read/write Byte.

Version Information

Version Added: Access 2007

Syntax

expression .Alignment

expression A variable that represents a CommandButton object.

Remarks

The Alignment property uses the following settings.

Value

Description

0

General alignment.

1

Left alignment.

2

(Default) Center alignment.

3

Right alignment.

4

Distribute alignment evenly across the button's width.

See Also

Concepts

CommandButton Object

CommandButton Object Members