headerpanel OnMouseEnter event
Return to Introduction  Previous page  Next page
Applies to
acLabel, acURLLabel, acRichLabel, acCheckBox, acRadioButton, acButton, acBitBtn, acEdit, acNumberEdit, acMRUComboBox, acHeader, acHeaderPanel, acTreeView, acListView components.  

Declaration
property OnMouseEnter: TNotifyEvent;  

Description
The OnMouseEnter occurs when mouse pointer hovers the header panel.  
 
tip If you wish to be notified when mouse hovers the header of the control — use OnHeaderMouseEnter event.  

See also
OnMouseLeave, OnHeaderMouseEnter and OnHeaderMouseLeave events.