Skip to content

CustomizationAddToolBar Event

Description

Occurs when a new custom toolbar is added via the Customization Dialog.

Syntax

Public Event CustomizationAddToolBar( _
    ByVal ToolBar As CommandBar _
)

Parameters

  • ToolBar: Reference to the new toolbar added.

Remarks

Occurs after the "New" button has been pressed and then the "OK" button to add the new toolbar.

See Also


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