Menu
Popup menu.
| Header | #include "nativeui/menu.h" | 
| Namespace | namespace nu | 
| Type | class (RefCounted) | 
| Inherits | MenuBase | 
Constructors
Menu()
Create a popup menu.
Methods
void Popup()
Show the popup menu at current mouse position, this method will block until the menu is dismissed.
void PopupAt(const PointF& point)
Show the popup menu at |point|, this method will block until the menu is dismissed.
Parameters
- const PointF&point