Skip to main content

TcxPCNavigatorPosition Enum

Enumerates the navigator bar‘s available positions.

Declaration

TcxPCNavigatorPosition = (
    npLeftTop,
    npLeftBottom,
    npRightTop,
    npRightBottom
);

Members

Name
npLeftTop
npLeftBottom
npRightTop
npRightBottom

Remarks

Values include:

Value Description
npLeftTop If the tab panel is horizontally oriented, the navigator bar is located at its left end. Otherwise it is located at the top end.
npLeftBottom If the tab panel is horizontally oriented, the navigator bar is located at its left end. Otherwise it is located at the bottom end.
npRightTop If the tab panel is horizontally oriented, the navigator bar is located at its right end. Otherwise it is located at the top end.
npRightBottom If the tab panel is horizontally oriented, the navigator bar is located at its right end. Otherwise it is located at the bottom end.
See Also