ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / DrawHeaderEventArgs Class / DrawHeaderEventArgs Constructor

In This Topic
    DrawHeaderEventArgs Constructor
    In This Topic
    Initializes a new instance of a DrawHeaderEventArgs.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal graphics As System.Drawing.Graphics, _
       ByVal bounds As System.Drawing.Rectangle _
    )
    public DrawHeaderEventArgs( 
       System.Drawing.Graphics graphics,
       System.Drawing.Rectangle bounds
    )

    Parameters

    graphics
    bounds
    See Also