C# Class ACPAddIn.Notification

Afficher le fichier Open project: autocompaste/AutoComPaste Class Usage Examples

Méthodes publiques

Méthode Description
Notification ( ) : System
setMessage ( String message ) : void
showWithTimer ( int second ) : void
updateLocation ( Point p, Size size ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FadeInEvent ( Object myObject, EventArgs myEventArgs ) : void
HideEvent ( Object myObject, EventArgs myEventArgs ) : void
InitializeComponent ( ) : void

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

Method Details

Dispose() protected méthode

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

Notification() public méthode

public Notification ( ) : System
Résultat System

setMessage() public méthode

public setMessage ( String message ) : void
message String
Résultat void

showWithTimer() public méthode

public showWithTimer ( int second ) : void
second int
Résultat void

updateLocation() public méthode

public updateLocation ( Point p, Size size ) : void
p Point
size Size
Résultat void