ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / C1DockingTab Class / GetCreatedDockingTabs Method

In This Topic
    GetCreatedDockingTabs Method (C1DockingTab)
    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also