CommandButton.Alignment Property (Access)
Gets or sets how the specified button's caption and picture are aligned. Read/write Byte.
Version Information
추가된 버전: Access 2007
Syntax
식 .Alignment
식 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. |