OnClick Event (AMenu)

Occurs when the menu is selected.

Syntax

Object.OnClick()

The OnClick event syntax has the following parts:

 

Name

Type

Description

Object

AMenu

AMenu object

Example

mnu1.OnClick()

{

chk1.Caption="Selection made"

}

Applies to

AMenu