JVCL Help:TJvMenuStyle

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

Search in JVCL Help

 
Search in all projects
 

Summary

The style of the menus

run\JvMenus.pas


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

run\JvMenus.pas


Description

Only the styles in this enumeration are supported

run\JvMenus.pas


About

Navigation

no pages or subcategories

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