# Determining if the DockingTab is Floating

Get started with Menus and Toolbars for WinForms. Create versatile menus and docking/floating toolbars. See more in documentation here.

## Content



To find out if the docking tab is currently Floating, use the Floating (run time) only property of the [C1DockingTab](/componentone/docs/win/online-menus-toolbar/). This syntax of the property is as following:

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

To write code in Visual Basic

DOC-SUMMARY-TAG-CLOSE

```vbnet
Public Floating As Boolean
```

DOC-DETAILS-TAG-CLOSE

DOC-DETAILS-TAG-OPEN

DOC-SUMMARY-TAG-OPEN

To write code in C#

DOC-SUMMARY-TAG-CLOSE

```csharp
Public bool Floating {get;}
```

DOC-DETAILS-TAG-CLOSE

## See Also

[Displaying Multiple Tab Rows](/componentone/docs/win/online-menus-toolbar/menusandtoolbarsforw2/dockingtabtasks/displayingmultipleta)