property Dialog.Alignment as AlignmentEnum
Aligns horizontally the control's caption.

TypeDescription
AlignmentEnum An AlignmentEnum expression that indicates the horizontal alignment of the control's caption.
By default, the Alignment property is exLeft. The Caption property defines the control's caption. Use the CaptionFormat property to specify whether the control displays its caption using HTML format. The VAlignment property defines the vertical alignment for the control's caption. The HCaptionOffset property defines the horizontal offset of the control's caption. The VCaptionOffset property defines the vertical offset of the control's caption.