JVCL Help:TJvFrameStyle
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvFrameStyle type
Search in JVCL Help
Search in all projectsSummary
Defines the available button frame styles.
Pascal
run\JvTransparentButton.pas
TJvFrameStyle = (
fsRegular,
fsIndent,
fsExplorer,
fsNone,
fsLight,
fsDark,
fsMono
);
Members
Members | Description |
fsRegular | Button frame is drawn as a raised border (white/dark gray). |
fsIndent | Button frame is drawn as a sunken border (dark gray/white). |
fsExplorer | Button frame is drawn as a raised border but only when the mouse cursor is inside the button (white/dark gray). |
fsNone | Button has no frame. |
fsLight | Button frame uses a light color scheme (white/gray). |
fsDark | Button frame uses a dark color scheme (dark gray/black). |
fsMono | Button frame uses a monochrome color scheme (white/black) |
Description
The TJvFrameStyle type is used to define different button frame styles for TJvTransparentButton and TJvTransparentButtonImages.
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