ContextMenu
version(!DFL_NO_MENUS)
class ContextMenu :
Menu {
}
A destructor is present on this object, but not explicitly documented in the source.
- show
void show(Control control, Point pos)
- popup
Event!(ContextMenu, EventArgs) popup;
- MenuItemCollection
class MenuItemCollection
- tag
Object tag [@property setter]
Object tag [@property getter]
- handle
HMENU handle [@property getter]
- menuItems
MenuItemCollection menuItems [@property getter]
- isParent
bool isParent [@property getter]
- onReflectedMessage
void onReflectedMessage(ref Message m)