JVCL Help:TJvOutlookBarCustomDrawStage
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvOutlookBarCustomDrawStage type
Search in JVCL Help
Search in all projectsSummary
Enumeration for the various drawing stages in a TJvCustomOutlookBar.
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. |
Description
TJvOutlookBarCustomDrawStage is used in the OnCustomDraw event of a TJvCustomOutlookBar or descendant to indicate what part of the control is currently being drawn.
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