TTMSFNCEditorButtonPosition Enumeration
Specifies the visual position of a button within a group of adjacent editor buttons.
API unit family: TMSFNCEditorButton
Members
| Name | Description |
|---|---|
ebpAlone |
The button stands alone and is not adjacent to any other button in the group. |
ebpLeft |
The button is the leftmost button in a horizontal group. |
ebpTop |
The button is the topmost button in a vertical group. |
ebpCenter |
The button is in the middle of a group (not first or last). |
ebpRight |
The button is the rightmost button in a horizontal group. |
ebpBottom |
The button is the bottommost button in a vertical group. |