MenuItem

Constructors

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

Destructor

~this
~this()
Undocumented in source.

Members

Functions

_setParent
void _setParent(Menu newParent)
Undocumented in source. Be warned that the author may not have intended to support it.
_unsetParent
void _unsetParent()
Undocumented in source. Be warned that the author may not have intended to support it.
onClick
void onClick(EventArgs ea)
onPopup
void onPopup(EventArgs ea)
onReflectedMessage
void onReflectedMessage(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.
onSelect
void onSelect(EventArgs ea)
opCmp
int opCmp(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Dstring val)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
Dequ opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
Dequ opEquals(Dstring val)
Undocumented in source. Be warned that the author may not have intended to support it.
performClick
void performClick()
performSelect
void performSelect()
toString
Dstring toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

_menuID
int _menuID [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
barBreak
bool barBreak [@property setter]
bool barBreak [@property getter]
breakItem
bool breakItem [@property setter]
bool breakItem [@property getter]
checked
bool checked [@property setter]
bool checked [@property getter]
defaultItem
bool defaultItem [@property setter]
bool defaultItem [@property getter]
enabled
bool enabled [@property setter]
bool enabled [@property getter]
index
int index [@property setter]
int index [@property getter]
isParent
bool isParent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
menuID
int menuID [@property getter]
mergeOrder
deprecated int mergeOrder [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
mergeOrder
deprecated int mergeOrder [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
mnemonic
char mnemonic [@property getter]
parent
Menu parent [@property setter]
Menu parent [@property getter]
radioCheck
bool radioCheck [@property setter]
bool radioCheck [@property getter]
text
Dstring text [@property setter]
Dstring text [@property getter]

Variables

click
Event!(MenuItem, EventArgs) click;
popup
Event!(MenuItem, EventArgs) popup;
select
Event!(MenuItem, EventArgs) select;

Inherited Members

From Menu

setDFL092
deprecated void setDFL092()
Undocumented in source. Be warned that the author may not have intended to support it.
MenuItemCollection
class MenuItemCollection
opCatAssign
deprecated void opCatAssign(MenuItem mi)
Undocumented in source. Be warned that the author may not have intended to support it.
~this
~this()
Undocumented in source.
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(Message m)
_reflectMenu
void _reflectMenu(Message m)
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.
_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.
_remove
void _remove(UINT uPosition, UINT uFlags)
Undocumented in source. Be warned that the author may not have intended to support it.
hmenu
HMENU hmenu;
Undocumented in source.

Meta