JVCL Help:TJvXPCustomToolButton

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvXPCustomControl
TJvXPCustomStyleControl
TJvXPCustomToolButton
TJvXPToolButton
run\JvXPButtons.pas


Summary

Base class for buttons that are drawn like the border icon buttons (minimize, maximize etc) in XP style.

run\JvXPButtons.pas


Pascal

 run\JvXPButtons.pas
 TJvXPCustomToolButton = class(TJvXPCustomStyleControl);


Description

Derive a new class from TJvXPCustomToolButton when you need to create a button control that is drawn like XP style border icon buttons. Don't create instances of TJvXPCustomToolButton. Instead use a derived class like TJvXPToolButton that publishes the properties and events of TJvXPCustomToolButton.

run\JvXPButtons.pas


About

Navigation

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