[]
        
(Showing Draft Content)

Determining if the DockingTab is Floating

To find out if the docking tab is currently Floating, use the Floating (run time) only property of the C1DockingTab. This syntax of the property is as following:

To write code in Visual Basic

Public Floating As Boolean

To write code in C#

Public bool Floating {get;}

See Also

Displaying Multiple Tab Rows