user1580348
user1580348

Reputation: 6061

How to detect if submenu is shown?

In Delphi XE2, how can I detect if a submenu is shown from a popup menu?

Upvotes: 0

Views: 523

Answers (1)

David Heffernan
David Heffernan

Reputation: 613612

When a sub-menu is shown, its parent menu item's OnClick event is fired.

Upvotes: 1

Related Questions