Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 865 Bytes

Access.CommandButton.Alignment.md

File metadata and controls

40 lines (26 loc) · 865 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
CommandButton.Alignment property (Access)
vbaac10.chm14292
vbaac10.chm14292
Access.CommandButton.Alignment
b0081eea-1149-d173-646a-0800aa558415
03/05/2019
medium

CommandButton.Alignment property (Access)

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

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

[!includeSupport and feedback]