headerpanel CaptionMenu property
Return to Introduction  Previous page  Next page
Applies to
acHeader and acHeaderPanel components.  

Declaration
property CaptionMenu: TPopupMenu;  

Description
The CaptionMenu property used to specify the popup menu for the header caption.  
 
When user clicks the left mouse button over the caption on header panel, it will shows the menu (if specified) at the bottom-left position of caption, and trigger the OnHeaderCaptionClick event.  

Snapshot
acheaderss2  

See also
OnHeaderCaptionClick event.  
CaptionMenu property of TacHeaderPanel component.