Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / IsHot Method

In This Topic
    IsHot Method
    In This Topic
    Returns true if the specified tab is in the hot state, otherwise false.
    Syntax
    'Declaration
     
    
    Public Function IsHot( _
       ByVal page As C1DockingTabPage _
    ) As Boolean
    public bool IsHot( 
       C1DockingTabPage page
    )

    Parameters

    page
    See Also