DashboardLayout for WinForms | ComponentOne
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 Graphics, _
       ByVal bounds As Rectangle, _
       ByVal vertical As Boolean _
    )
    public DrawSplitterEventArgs( 
       Graphics graphics,
       Rectangle bounds,
       bool vertical
    )

    Parameters

    graphics
    bounds
    vertical
    See Also