JVCL Help:TJvBitBtn

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvBitBtn
TJvDynControlJVCLButton
run\JvBitBtn.pas


Summary

An extended version of the TBitBtn control.

run\JvBitBtn.pas


Pascal

 run\JvBitBtn.pas
 TJvBitBtn = class(TJvExBitBtn);


Description

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

run\JvBitBtn.pas


About

Navigation

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