JVCL Help:TJvMenuStyle
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMenuStyle type
Search in JVCL Help
Search in all projectsSummary
The style of the menus
Pascal
run\JvMenus.pas
TJvMenuStyle = (
msStandard,
msOwnerDraw,
msBtnLowered,
msBtnRaised,
msOffice,
msXP,
msItemPainter
);
Members
Members | Description |
msStandard | Only the image is drawn along with the text, no special effect |
msOwnerDraw | The rendering is done by the owner of the component (you) |
msBtnLowered | The item is drawn as a lowered button |
msBtnRaised | The item is drawn as a raised button |
msOffice | The item is drawn as in MS Office 97, with raising frames around the images |
msXP | The item is drawn as in Windows XP, white background, shadow below selected images, flat menu borders |
msItemPainter | The item is drawn using the painter indicated in the ItemPainter property |
Description
Only the styles in this enumeration are supported
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