Menu

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

addItem
MenuItem addItem(string t)
Undocumented in source. Be warned that the author may not have intended to support it.
addItem
MenuItem addItem(string t, bool e)
Undocumented in source. Be warned that the author may not have intended to support it.
addItem
MenuItem addItem(string t, int imgIdx)
Undocumented in source. Be warned that the author may not have intended to support it.
addItem
MenuItem addItem(string t, int imgIdx, bool e)
Undocumented in source. Be warned that the author may not have intended to support it.
addSeparator
MenuItem addSeparator()
Undocumented in source. Be warned that the author may not have intended to support it.
create
void create()
Undocumented in source.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
onPopup
void onPopup(EventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
removeItem
void removeItem(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

items
MenuItem[] items [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
parent
Menu parent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
Menu _parent;
Undocumented in source.
popup
Event!(Menu, EventArgs) popup;
Undocumented in source.

Inherited Members

From IDisposable

dispose
void dispose()
Undocumented in source.

Meta