JVCL Help:TJvBarButtonSize

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

Search in JVCL Help

 
Search in all projects
 

Summary

The type of the ButtonSize property of TJvOutlookBar and TJvOutlookBarPage.

run\JvOutlookBar.pas


Pascal

 run\JvOutlookBar.pas
 TJvBarButtonSize = (
olbsLarge,
olbsSmall
);


Members

Members Description
olbsLarge The image (if any) is retrieved from the LargeImages imagelist and is displayed above the caption and the caption is centered on the button.
olbsSmall The image (if any) is retrieved from the SmallImages imagelist and is displayed to the left of the caption.

run\JvOutlookBar.pas


Description

TJvBarButtonSize defines the allowable sizes for buttons on an OutlookBar page or on all OutlookBar pages. This type can have one of the following values:

run\JvOutlookBar.pas


About

Navigation

no pages or subcategories

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