JVCL Help:TJvBitBtn
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvBitBtn Class
[+] JvBitBtn.pas Classes
[+] TJvBitBtn Methods
[+] TJvBitBtn Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvBitBtn
TJvDynControlJVCLButton
run\JvBitBtn.pas
Summary
An extended version of the TBitBtn control.
Pascal
run\JvBitBtn.pas
TJvBitBtn = class(TJvExBitBtn);
Description
- JVCLInfo
TJvBitBtn extends the standard TBitBtn with hot tracking, a colored hint, the possibility to attach a drop down menu and OnMouseEnter, OnMouseLeave and OnParentColorChange events.
To use a JvBitBtn button
- drop a TJvBitBtn on a form.
- SetHotTrack to true to provide visual feedback when the mouse is over the button. UseHotTrackFont and HotGlyph to alter the appearance of the button when it is under the mouse.
- Use HintColor to change the color of the hint box for the button
- Use DropDownMenu to attach a popup menu as drop down menu to the button.
- Write code for the OnMouseEnter, OnMouseLeave or OnParentColorChange event if any special processing is needed on any of these events.
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