TcxPCNavigatorPosition Enum
In This Article
Enumerates the navigator bar‘s available positions.
#Declaration
Delphi
TcxPCNavigatorPosition = (
npLeftTop,
npLeftBottom,
npRightTop,
npRightBottom
);
#Members
Name |
---|
np
|
np
|
np
|
np
|
#Remarks
Values include:
Value | Description |
---|---|
np |
If the tab panel is horizontally oriented, the navigator bar is located at its left end. Otherwise it is located at the top end. |
np |
If the tab panel is horizontally oriented, the navigator bar is located at its left end. Otherwise it is located at the bottom end. |
np |
If the tab panel is horizontally oriented, the navigator bar is located at its right end. Otherwise it is located at the top end. |
np |
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