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()
Undocumented in source. Be warned that the author may not have intended to support it.
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]
Undocumented in source. Be warned that the author may not have intended to support it.
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]
Undocumented in source. Be warned that the author may not have intended to support it.
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]
Undocumented in source. Be warned that the author may not have intended to support it.
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]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

click
Event!(NotifyIcon, EventArgs) click;
Undocumented in source.
doubleClick
Event!(NotifyIcon, EventArgs) doubleClick;
Undocumented in source.
mouseDown
Event!(NotifyIcon, MouseEventArgs) mouseDown;
Undocumented in source.
mouseMove
Event!(NotifyIcon, MouseEventArgs) mouseMove;
Undocumented in source.
mouseUp
Event!(NotifyIcon, MouseEventArgs) mouseUp;
Undocumented in source.

Meta