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

In This Topic
    FindPage Method
    In This Topic
    Returns the page with the specified tab text.
    Syntax
    'Declaration
     
    
    Public Function FindPage( _
       ByVal text As String _
    ) As Integer
    public int FindPage( 
       string text
    )

    Parameters

    text
    See Also