Menu

Constructors

this
this()
Undocumented in source.
this
this(HMENU hmenu, bool owned)
Undocumented in source.
this
this(HMENU hmenu, MenuItem[] items)
Undocumented in source.
this
this(MenuItem[] items)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Classes

MenuItemCollection
class MenuItemCollection

Functions

_insert
void _insert(UINT uItem, BOOL fByPosition, LPMENUITEMINFOA lpmii, Dstring typeData)
Undocumented in source. Be warned that the author may not have intended to support it.
_reflectMenu
void _reflectMenu(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.
_remove
void _remove(UINT uPosition, UINT uFlags)
Undocumented in source. Be warned that the author may not have intended to support it.
_setInfo
void _setInfo(UINT uItem, BOOL fByPosition, LPMENUITEMINFOA lpmii, Dstring typeData)
Undocumented in source. Be warned that the author may not have intended to support it.
onReflectedMessage
void onReflectedMessage(Message m)
opCatAssign
deprecated void opCatAssign(MenuItem mi)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

handle
HMENU handle [@property getter]
isParent
bool isParent [@property getter]
menuItems
MenuItemCollection menuItems [@property getter]
tag
Object tag [@property setter]
Object tag [@property getter]

Static functions

setDFL092
deprecated void setDFL092()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

hmenu
HMENU hmenu;
Undocumented in source.

Meta