Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 759 Bytes

Outlook.togglebutton.alignment.md

File metadata and controls

27 lines (15 loc) · 759 Bytes
title ms.assetid ms.date ms.localizationpriority
ToggleButton.Alignment Property (Outlook Forms Script)
4da207a8-40b6-f0e8-ba15-6bb0e6eaf5ff
06/08/2017
medium

ToggleButton.Alignment Property (Outlook Forms Script)

Returns or sets an Integer that indicates the position of a control relative to its caption. Read/write.

Syntax

expression.Alignment

expression A variable that represents a ToggleButton object.

Remarks

The possible values of Alignment is 0 or 1. A value of 0 places the caption to the left of the control. A value of 1 places the caption to the right of the control (default).

The caption text for a control is left-aligned.

[!includeSupport and feedback]