Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposes the NotificationAreaIcon.
|
|
NotificationAreaIcon ( ) : System |
Initializes a new instance of the NotificationAreaIcon class.
|
|
ShowBalloonTipForExpiredTimer ( ) : void |
Displays a balloon tip notifying that a timer has expired.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes the NotificationAreaIcon.
|
|
ThrowIfDisposed ( ) : void |
Throws a ObjectDisposedException if the object has been disposed.
|
Method | Description | |
---|---|---|
BalloonTipClicked ( object sender, |
Invoked when the balloon tip is clicked.
|
|
ContextMenuCollapse ( object sender, |
Invoked when the shortcut menu collapses. The Microsoft .NET Framework does not call this method consistently. |
|
ContextMenuPopup ( object sender, |
Invoked before the notify icon context menu is displayed.
|
|
DispatcherTimerTick ( object sender, |
Invoked when the dispatcherTimer interval has elapsed.
|
|
ExitMenuItemClick ( object sender, |
Invoked when the "Exit" MenuItem is clicked.
|
|
NewTimerMenuItemClick ( object sender, |
Invoked when the "New timer" MenuItem is clicked.
|
|
NotifyIconMouseDown ( object sender, MouseEventArgs e ) : void |
Invoked when the user presses the mouse button while the pointer is over the icon in the notification area of the taskbar.
|
|
NotifyIconMouseMove ( object sender, MouseEventArgs e ) : void |
Invoked when the user moves the mouse while the pointer is over the icon in the notification area of the taskbar.
|
|
RestoreAllExpiredTimerWindows ( ) : void |
Restores all TimerWindows that show expired timers.
|
|
RestoreAllTimerWindows ( ) : void |
Restores all TimerWindows.
|
|
SettingsPropertyChanged ( object sender, |
Invoked after the value of an application settings property is changed.
|
|
WindowMenuItemClick ( object sender, |
Invoked when a MenuItem for a TimerWindow is clicked.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | A value indicating whether this method was invoked by an explicit call to |
return | void |
public ShowBalloonTipForExpiredTimer ( ) : void | ||
return | void |