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
Visual Basic |
Copy Code
|
---|---|
Public Floating As Boolean |
To write code in C#
C# |
Copy Code
|
---|---|
Public bool Floating {get;} |