ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / LayoutForm Class / LayoutForm Constructor
The C1GanttView owner of the form.

In This Topic
    LayoutForm Constructor
    In This Topic
    Creates a new instance of LayoutForm class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal view As C1GanttView _
    )
    public LayoutForm( 
       C1GanttView view
    )

    Parameters

    view
    The C1GanttView owner of the form.
    See Also