JVCL Help:TJvButtonColors

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

Search in JVCL Help

 
Search in all projects
 

Summary

Describes available button frame styles.

run\JvListComb.pas


Pascal

 run\JvListComb.pas
 TJvButtonColors = (
fsLighter,
fsLight,
fsMedium,
fsDark,
fsDarker
);


Members

Members Description
fsLighter A lighter frame with clBtnHighlight on top and clBtnFace on bottom.
fsLight A less light frame with clBtnHighlight on top and clBtnShadow on bottom.
fsMedium A monochromatic frame with clBtnHighlight on top and cl3DDkShadow on bottom.
fsDark A darker frame with clBtnFace on top and cl3DDkShadow on bottom.
fsDarker The darkest frame with clBtnShadow on top and cl3DDkShadow on bottom.

run\JvListComb.pas


Description

TJvButtonColors is used to specify the available color schemes for button frames in TJvImageComboBox and TJvImageListBox components.

run\JvListComb.pas


About

Navigation

no pages or subcategories

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