ThlSkinButton is a skinnable VCL button component. The following list provides an overview of the most important features:
1) support for Unicode captions
2) support for all graphic types that are supported by the TPicture/TImage classes (f.e. png if installed)
3) transparency is implemented with Windows regions. This way the button is also functionally transparent, i.e. mouse clicks in transparent areas are ignored
4) several instances can share the same graphic source, f.e. a TImage component, what keeps the executable file smaller
5) ThlSkinButton can work as a standard button or as a toggle switch with a Checked property
6) the appearance of the (optional) focus rectangle is configurable in position and indentation
7) the (optional) caption is configurable in alignment, position and color for each button state
8) support for VCL actions
9) automatic scaling on systems with different font sizes, if desired
The package includes projects for C++Builder 5/6, Delphi 5/6/7, example graphics, html documentation and detailed installation instruction.