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

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

    Parameters

    graphics
    bounds
    vertical
    See Also