C# Class ACPAddIn.Notification

Show file Open project: autocompaste/AutoComPaste Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Notification() public method

public Notification ( ) : System
return System

setMessage() public method

public setMessage ( String message ) : void
message String
return void

showWithTimer() public method

public showWithTimer ( int second ) : void
second int
return void

updateLocation() public method

public updateLocation ( Point p, Size size ) : void
p Point
size Size
return void