JVCL Help:TJvTabBarScrollButtonState
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTabBarScrollButtonState type
Search in JVCL Help
Search in all projectsSummary
Represents states for scroll buttons on a tabbed-bar control.
Pascal
run\JvTabBar.pas
TJvTabBarScrollButtonState = (
sbsHidden,
sbsNormal,
sbsHot,
sbsPressed,
sbsDisabled
);
Members
Members | Description |
sbsHidden | Scroll button is hidden. |
sbsNormal | Scroll bar is drawn using the default color. |
sbsHot | Scroll bar is drawn using the hot tracking color. |
sbsPressed | Scroll bar is drawn in a pressed state. |
sbsDisabled | Scroll bar is drawn in the disabled color. |
Description
TJvTabBarScrollButtonState is an enumerated type that represents states used when drawing scroll buttons on a TJvCustomTabBar control.
TJvTabBarScrollButtonState is used when drawing and handling mouse events for the scroll buttons on the tabbed-bar control.
See Also
TJvTabBarScrollButtonKind, TJvTabBarScrollButtonClickEvent
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