JVCL Help:TJvScrollBar

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvScrollBar
run\JvScrollBar.pas


Summary

Supports extended features such as hot tracking.

run\JvScrollBar.pas


Pascal

 run\JvScrollBar.pas
 TJvScrollBar = class(TJvExScrollBar);


Description

  1. 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.

run\JvScrollBar.pas


About

Navigation

run\JvScrollBar.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