JVCL Help:TJvOutlookBarCustomDrawStage

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumeration for the various drawing stages in a TJvCustomOutlookBar.

run\JvOutlookBar.pas


Pascal

 run\JvOutlookBar.pas
 TJvOutlookBarCustomDrawStage = (
odsBackground,
odsPageButton,
odsPage,
odsButton,
odsButtonFrame
);


Members

Members Description
odsBackground This stage only occurs if there are no pages (pages cover the client area, so the background is only visible when there are no pages).
odsPageButton A page button is drawn.
odsPage A page's client area is drawn.
odsButton A buttons interior is drawn.
odsButtonFrame A buttons frame is drawn.

run\JvOutlookBar.pas


Description

TJvOutlookBarCustomDrawStage is used in the OnCustomDraw event of a TJvCustomOutlookBar or descendant to indicate what part of the control is currently being drawn.

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