Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1SelectMdiChildForm.WindowItem Class / C1SelectMdiChildForm.WindowItem Constructor

In This Topic
    C1SelectMdiChildForm.WindowItem Constructor
    In This Topic
    Initializes a new instance of the WindowItem class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal f As Form _
    )
    public C1SelectMdiChildForm.WindowItem( 
       Form f
    )

    Parameters

    f
    See Also