Returns the dock state of the toolbar
| 431 | // Returns the dock state of the toolbar |
| 432 | // |
| 433 | bool ToolBar::IsDocked() const |
| 434 | { |
| 435 | return const_cast<ToolBar*>(this)->GetDock() != nullptr; |
| 436 | } |
| 437 | |
| 438 | // |
| 439 | // Returns the visibility of the toolbar |