XTPTabDrawTextFormat Enumeration
| Command Bars ActiveX Control v24.0 | ||||||||
|---|---|---|---|---|---|---|---|---|
Description
Specifies the text format used for displaying text in tab buttons.
Members
| Member | Description |
|---|---|
| xtpTabDrawTextLeft | Left align text in the tab button. |
| xtpTabDrawTextCenter | Center text in the tab button. |
| xtpTabDrawTextRight | Right align text in the tab button. |
| xtpTabDrawTextVCenter | Vertically center text in the tab button. |
Remarks
The left, center, and right flags can be combined with the vertically center flag.
The DrawTextFormat property uses flags from the XTPTabDrawTextFormat enumeration to determine how to display text in the tab buttons.
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.