PictureButton Xojo Plugin

PictureButton.MenuAction Event

This event is fired when a menu item on the button has been clicked.

MenuAction(
   item as MenuItem)

Parameters

item
The menu item that was clicked.

Remarks

Hint: It can be good to use the tag on the MenuItems to store data relating to the MenuItem.

See Also

PictureButton Control