C# 클래스 Hourglass.Windows.NotificationAreaIcon

Displays an icon for the app in the notification area of the taskbar.
상속: IDisposable
파일 보기 프로젝트 열기: Dziemborowicz/Hourglass 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Disposes the NotificationAreaIcon.

ThrowIfDisposed ( ) : void

Throws a ObjectDisposedException if the object has been disposed.

비공개 메소드들

메소드 설명
BalloonTipClicked ( object sender, EventArgs e ) : void

Invoked when the balloon tip is clicked.

ContextMenuCollapse ( object sender, EventArgs e ) : void

Invoked when the shortcut menu collapses.

The Microsoft .NET Framework does not call this method consistently.

ContextMenuPopup ( object sender, EventArgs e ) : void

Invoked before the notify icon context menu is displayed.

DispatcherTimerTick ( object sender, EventArgs e ) : void

Invoked when the dispatcherTimer interval has elapsed.

ExitMenuItemClick ( object sender, EventArgs e ) : void

Invoked when the "Exit" MenuItem is clicked.

NewTimerMenuItemClick ( object sender, EventArgs e ) : void

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, PropertyChangedEventArgs e ) : void

Invoked after the value of an application settings property is changed.

WindowMenuItemClick ( object sender, EventArgs e ) : void

Invoked when a MenuItem for a TimerWindow is clicked.

메소드 상세

Dispose() 공개 메소드

Disposes the NotificationAreaIcon.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Disposes the NotificationAreaIcon.
protected Dispose ( bool disposing ) : void
disposing bool A value indicating whether this method was invoked by an explicit call to .
리턴 void

NotificationAreaIcon() 공개 메소드

Initializes a new instance of the NotificationAreaIcon class.
public NotificationAreaIcon ( ) : System
리턴 System

ShowBalloonTipForExpiredTimer() 공개 메소드

Displays a balloon tip notifying that a timer has expired.
public ShowBalloonTipForExpiredTimer ( ) : void
리턴 void

ThrowIfDisposed() 보호된 메소드

Throws a ObjectDisposedException if the object has been disposed.
protected ThrowIfDisposed ( ) : void
리턴 void