Type: Integer
Availability: Read or write at any time
The tabsAlignment property controls the placement of the icon and text in the tab of a Folder control. The alignments are listed in the following table.
Folder Class Constant | Value | Description |
---|---|---|
TabsAlignment_Center | 0 | Icon is placed to the left of the text, and in the center of the tab area (the default). |
TabsAlignment_Left | 1 | Icon (if present) is placed on the left edge of the tab, followed by the text of the tab. |
TabsAlignment_IconLeft | 2 | Icon is placed at the left edge of the tab, and the text is centered. If the sheet has no icon, the alignment is the same as centered. |