ComponentOne DashboardLayout for WinForms
DrawHeader Event

C1.Win.C1SplitContainer Namespace > C1SplitterPanel Class : DrawHeader Event
Occurs when background of the panel header should be repainted.
Syntax
'Declaration
 
Public Event DrawHeader As DrawHeaderEventHandler
public event DrawHeaderEventHandler DrawHeader
Event Data

The event handler receives an argument of type DrawHeaderEventArgs containing data related to this event. The following DrawHeaderEventArgs properties provide information specific to this event.

PropertyDescription
Gets the location and size of a rectangle in which to paint.  
Gets or sets a value indicating whether all painting in the panel header is complete.  
Gets the Graphics used to paint the panel header.  
See Also