RootMenu

Undocumented in source.

Members

Functions

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

Properties

bitmaps
Collection!(HBITMAP) bitmaps [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
imageList
ImageList imageList [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
imageList
ImageList imageList [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_bitmaps
Collection!(HBITMAP) _bitmaps;
Undocumented in source.
_imgList
ImageList _imgList;
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