JVCL Help:TJvTabBarOrientation

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Values that specify the visual orientation of tabs in a Tab control.

run\JvTabBar.pas


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.

run\JvTabBar.pas


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.

run\JvTabBar.pas


See Also

TJvTabBar.Orientation,

run\JvTabBar.pas


About

Navigation

no pages or subcategories

run\JvTabBar.pas



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