NotifyIcon

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()
minimize
void minimize(IWindow win)
restore
void restore(IWindow win)
show
void show()

Properties

contextMenu
ContextMenu contextMenu [@property setter]
ContextMenu contextMenu [@property getter]
icon
Icon icon [@property setter]
Icon icon [@property getter]
text
Dstring text [@property setter]
Dstring text [@property getter]
visible
bool visible [@property setter]
bool visible [@property getter]

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