ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskbarButton Class / C1TaskbarButton Constructor / C1TaskbarButton Constructor(Form)
The owner form whose button appears on the taskbar.

In This Topic
    C1TaskbarButton Constructor(Form)
    In This Topic
    Initializes a new instance of a C1TaskbarButton component.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ownerForm As Form _
    )
    public C1TaskbarButton( 
       Form ownerForm
    )

    Parameters

    ownerForm
    The owner form whose button appears on the taskbar.
    See Also