JVCL Help:TJvButtonColors
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvButtonColors type
Search in JVCL Help
Search in all projectsSummary
Describes available button frame styles.
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. |
Description
TJvButtonColors is used to specify the available color schemes for button frames in TJvImageComboBox and TJvImageListBox components.
About
no pages or subcategories
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