JVCL Help:TJvScrollBar
JVCL Help: TJvScrollBar Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvScrollBar
run\JvScrollBar.pas
Summary
Supports extended features such as hot tracking.
Pascal
run\JvScrollBar.pas
TJvScrollBar = class(TJvExScrollBar);
Description
- JVCLInfo
TJvScrollBar is a scroll bar that supports extended features such as hot tracking. It adds events to TScrollBar: OnParentColorChange, OnMouseEnter and OnMouseLeave.
Use OnMouseEnter and OnMouseLeave to alter the controls look or behavior, when the user moves the mouse pointer over the control.
Alternatively, you could use property HotTrack to highlight the scroll bar automatically when the mouse passes over it.
Property HintColor can be used to set a different color of the Help hint boxes for the scroll bar.
A TJvScrollBar scroll bar can contain objects, such as TButton and TLabel objects.
About
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