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

In This Topic
    GetCreatedDockingTabs Method
    In This Topic
    Returns the collection of all C1DockingTab components that were automatically created as the result of user interaction with the current C1DockingTab (e.g. when a page is teared off and dropped to float outside of the form).
    Syntax
    'Declaration
     
    
    Public Function GetCreatedDockingTabs() As C1DockingTab()
    public C1DockingTab[] GetCreatedDockingTabs()

    Return Value

    The array of automatically created C1DockingTab controls.
    See Also