C# 클래스 ToastNotifications.Notification

파일 보기 프로젝트 열기: noxad/windows-toast-notifications 1 사용 예제들

공개 메소드들

메소드 설명
Notification ( string title, string body, int duration, FormAnimator animation, FormAnimator direction ) : System

Show ( ) : void

Displays the form

Required to allow the form to determine the current foreground window before being displayed

비공개 메소드들

메소드 설명
Notification_Activated ( object sender, EventArgs e ) : void
Notification_Click ( object sender, EventArgs e ) : void
Notification_FormClosed ( object sender, FormClosedEventArgs e ) : void
Notification_Load ( object sender, EventArgs e ) : void
Notification_Shown ( object sender, EventArgs e ) : void
labelRO_Click ( object sender, EventArgs e ) : void
labelTitle_Click ( object sender, EventArgs e ) : void
lifeTimer_Tick ( object sender, EventArgs e ) : void

메소드 상세

Notification() 공개 메소드

public Notification ( string title, string body, int duration, FormAnimator animation, FormAnimator direction ) : System
title string
body string
duration int
animation FormAnimator
direction FormAnimator
리턴 System

Show() 공개 메소드

Displays the form
Required to allow the form to determine the current foreground window before being displayed
public Show ( ) : void
리턴 void