Skip to content

ToolBarVisibleChanged Event

Description

Occurs when the visible status of a Toolbar changes.

Syntax

Public Event ToolBarVisibleChanged( _
    ByVal ToolBar As CommandBar _
)

Parameters

  • ToolBar: Reference to the ToolBar that became hidden or visible.

Remarks

The ToolBarVisibleChanged event occurs when the close button is used to close a Toolbar when it is floating, or when the visible property of the Toolbar changes. This event will also occur when a DialogBar becomes visible or hidden.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.