NotifyIcon

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

_forceAdd
void _forceAdd()
Undocumented in source. Be warned that the author may not have intended to support it.
_forceDelete
void _forceDelete()
Undocumented in source. Be warned that the author may not have intended to support it.
hide
void hide()

ditto

minimize
void minimize(IWindow win)
Undocumented in source. Be warned that the author may not have intended to support it.
restore
void restore(IWindow win)
Undocumented in source. Be warned that the author may not have intended to support it.
show
void show()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

contextMenu
ContextMenu contextMenu [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
contextMenu
ContextMenu contextMenu [@property getter]

ditto

icon
Icon icon [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
icon
Icon icon [@property getter]

ditto

text
Dstring text [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
Dstring text [@property getter]

ditto

visible
bool visible [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
visible
bool visible [@property getter]

ditto

Variables

click
Event!(NotifyIcon, EventArgs) click;
doubleClick
Event!(NotifyIcon, EventArgs) doubleClick;
mouseDown
Event!(NotifyIcon, MouseEventArgs) mouseDown;
mouseMove
Event!(NotifyIcon, MouseEventArgs) mouseMove;
mouseUp
Event!(NotifyIcon, MouseEventArgs) mouseUp;

Meta