Skip to content

Execute Event

Description

Occurs when a command bar control is clicked.

Syntax

Public Event Execute( _
    ByVal Control As CommandBarControl _
)

Parameters

  • Control: The command bar control which was clicked.

Remarks

Occurs when a command bar control is clicked or executed via code.

See Also


See Also | Command Bars ActiveX Control v24.0


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