Skip to content

InitCommandsPopup Event

Description

Occurs when a popup control is about to be expanded/shown.

Syntax

Public Event InitCommandsPopup( _
    ByVal [CommandBar](#) As [CommandBar](XtremeCommandBars~CommandBar.md) _
)

Parameters

  • CommandBar
    The command bar containing the child controls for the popup control.

Remarks

This event executes before the popup menu is displayed on the screen.

See Also


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