BLIdeMenuItem

Top  Previous  Next

This is a class inside the BLIdeFroms namespace and it represents an available option in a BLIde menu.

 

Path: BLIde.SDK.BLIdeForms.BLIdeMenuItem

 

All menu items on BLIde are BLIdeMenuItem instances. To add a new menu item to BLIde, all we need to do is to create a new BLIdeMenuItem object instance. Keep in mind that any BLIdeMenuItem has to be parented to another BLIdeMenuItem or BLIdeMenu.

 

This class exposes an event called Activate that is fired whenever the menu item object is selected by the user.