ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / C1SplitterPanel Class / DrawHeader Event

In This Topic
    DrawHeader Event
    In This Topic
    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