TTMSFNCEditorPanelPosition Enumeration
Specifies the position of an editor panel within a group of adjacent panels, which determines which corners are rounded.
API unit family: TMSFNCEditorPanel
Members
| Name | Description |
|---|---|
eppAlone |
The panel stands alone; all four corners are rounded. |
eppLeft |
The panel is the leftmost in a horizontal group; only the left corners are rounded. |
eppTop |
The panel is the topmost in a vertical group; only the top corners are rounded. |
eppCenter |
The panel is in the center of a group; no corners are rounded. |
eppRight |
The panel is the rightmost in a horizontal group; only the right corners are rounded. |
eppBottom |
The panel is the bottommost in a vertical group; only the bottom corners are rounded. |