ComponentOne Menus and Toolbars for WinForms
GetCreatedDockingTabs Method

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1DockingTab Class : GetCreatedDockingTabs Method
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

Reference

C1DockingTab Class
C1DockingTab Members