JVCL Help:TJvButtonBorder
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvButtonBorder type
Search in JVCL Help
Search in all projectsSummary
Specifies the available border styles for TJvCustomLookOutButton buttons.
Pascal
run\JvLookOut.pas
TJvButtonBorder = (
bbDark,
bbLight,
bbMono
);
Members
Members | Description |
bbDark | A dark frame using clBtnFace and cl3DDkShadow. |
bbLight | A light frame using clBtnHighlight and clBtnFace. |
bbMono | A "monochromatic" frame using clBtnHighlight and cl3DDkShadow. |
Description
TJvCustomLookOutButton objects can have the different border styles as specified by this type.
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