DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / HeaderPaintEventArgs Class / HeaderPaintEventArgs Constructor
The header panel of the item container.
The item container.
The System.Drawing.Graphics used to paint the item.
The System.Drawing.Rectangle that represents the rectangle in which to paint.

In This Topic
    HeaderPaintEventArgs Constructor
    In This Topic
    Initializes a new instance of the HeaderPaintEventArgs class with the specified header, item container, graphics and clipping rectangle.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal header As Control, _
       ByVal control As Control, _
       ByVal graphics As Graphics, _
       ByVal clipRect As Rectangle _
    )
    public HeaderPaintEventArgs( 
       Control header,
       Control control,
       Graphics graphics,
       Rectangle clipRect
    )

    Parameters

    header
    The header panel of the item container.
    control
    The item container.
    graphics
    The System.Drawing.Graphics used to paint the item.
    clipRect
    The System.Drawing.Rectangle that represents the rectangle in which to paint.
    See Also