C# Class RemoteMessages.NotificationForm

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: romsahel/RemoteMessages Class Usage Examples

Public Methods

Method Description
Load_Image ( string url ) : void
NotificationForm ( ) : System
ShowNotification ( string name, string msg, int delay, string lastHashCode ) : void
hasAlreadyBeenDisplayed ( string current ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

Load_Image() public method

public Load_Image ( string url ) : void
url string
return void

NotificationForm() public method

public NotificationForm ( ) : System
return System

ShowNotification() public method

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

hasAlreadyBeenDisplayed() public method

public hasAlreadyBeenDisplayed ( string current ) : bool
current string
return bool