JVCL Help:TJvTabBarScrollButtonState

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

Search in JVCL Help

 
Search in all projects
 

Summary

Represents states for scroll buttons on a tabbed-bar control.

run\JvTabBar.pas


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.

run\JvTabBar.pas


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.

run\JvTabBar.pas


See Also

TJvTabBarScrollButtonKind, TJvTabBarScrollButtonClickEvent

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