header 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 popup the menu (if specified) at the bottom-left position of caption, and trigger the OnCaptionClick event.  

Snapshot
acheaderss2  

See also
ImageMenu property;  
OnCaptionClick and OnImageClick events;  
CaptionMenu property of TacHeaderPanel component.