JVCL Help:TJvTabBarOrientation
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTabBarOrientation type
Search in JVCL Help
Search in all projectsSummary
Values that specify the visual orientation of tabs in a Tab control.
Pascal
run\JvTabBar.pas
TJvTabBarOrientation = (
toTop,
toBottom
);
Members
Members | Description |
toTop | Tabs appear to be attached to the top of an adjacent control. |
toBottom | Tabs appear to be attached to the bottom of an adjacent control. |
Description
TJvTabBarOrientation is an enumerated type that represent the visual orientation of the tabs in a TJvTabBar control.
TJvTabBarOrientation is the type used for the Orientation property in TJvCustomTabBar and TJvTabBar.
Use the Align property in TJvTabBar to specify the vertical alignment of the control within its container or parent control.
See Also
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page