Closeable Property
Description
Gets/Sets a Boolean value indicating whether the Tabbed ToolBar is closeable. If false, the Tabbed ToolBar cannot be closed or hidden.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property Closeable() As Boolean
Remarks
Command Bars allow you to specify whether a specific command bar/Tabbed ToolBar can be closed. If a Tabbed ToolBar is not closeable, you will not be able to close or hide the toolbar. You can use this to ensure that important controls are always displayed.
Note: If Closeable is FALSE, then the Tabbed ToolBar cannot be unchecked in the toolbars page of the customization dialog.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.