C# 클래스 RemoteMessages.NotificationForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: romsahel/RemoteMessages 1 사용 예제들

공개 메소드들

메소드 설명
Load_Image ( string url ) : void
NotificationForm ( ) : System
ShowNotification ( string name, string msg, int delay, string lastHashCode ) : void
hasAlreadyBeenDisplayed ( string current ) : bool

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
ChangeOpacity ( double value ) : void
FadeIn ( ) : void
FadeOut ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

NotificationForm_Click ( object sender, EventArgs e ) : void
NotificationForm_MouseEnter ( object sender, EventArgs e ) : void
NotificationForm_MouseLeave ( object sender, EventArgs e ) : void
beginFadeIn ( ) : void
beginFadeOut ( ) : void
buttonClose_Click ( object sender, EventArgs e ) : void
labelMsg_Click ( object sender, EventArgs e ) : void
labelName_Click ( object sender, EventArgs e ) : void
pictureBox1_Click ( object sender, EventArgs e ) : void
startFadeOut ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Load_Image() 공개 메소드

public Load_Image ( string url ) : void
url string
리턴 void

NotificationForm() 공개 메소드

public NotificationForm ( ) : System
리턴 System

ShowNotification() 공개 메소드

public ShowNotification ( string name, string msg, int delay, string lastHashCode ) : void
name string
msg string
delay int
lastHashCode string
리턴 void

hasAlreadyBeenDisplayed() 공개 메소드

public hasAlreadyBeenDisplayed ( string current ) : bool
current string
리턴 bool