MenuItem

Undocumented in source.

Constructors

this
this(Menu parent, MenuStyle mt, string t, bool e)
Undocumented in source.

Members

Functions

create
void create()
Undocumented in source. Be warned that the author may not have intended to support it.
onClick
void onClick(EventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
performClick
void performClick()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

checked
bool checked [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
checked
bool checked [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
enabled
bool enabled [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
enabled
bool enabled [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
imageIndex
int imageIndex [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
imageIndex
int imageIndex [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
index
int index [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rootMenu
RootMenu rootMenu [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
style
MenuStyle style [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
string text [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
string text [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

click
Event!(MenuItem, EventArgs) click;
Undocumented in source.

Inherited Members

From Menu

popup
Event!(Menu, EventArgs) popup;
Undocumented in source.
_parent
Menu _parent;
Undocumented in source.
~this
~this()
Undocumented in source.
create
void create()
Undocumented in source.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
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.
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.
removeItem
void removeItem(int idx)
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.

Meta