NotifyIcon

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

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