C# Class XRefresh.Context

Inheritance: System.Windows.Forms.ApplicationContext
Afficher le fichier Open project: binaryage/xrefresh Class Usage Examples

Méthodes publiques

Свойство Type Description
Current Context

Méthodes publiques

Méthode Description
About ( object sender, EventArgs e ) : void
Context ( ) : System
Exit ( object sender, EventArgs e ) : void
FlashIcon ( bool active ) : void
GetClientTypeIcon ( string type ) : Bitmap
GetClientTypeIndex ( string type ) : int
GetClientTypeString ( string type ) : string
Help ( object sender, EventArgs e ) : void
LoadSettings ( ) : void
SaveSettings ( ) : void
SetIcon ( Icon icon ) : void
ShowActivityLog ( object sender, EventArgs e ) : void
ShowConfiguration ( object sender, EventArgs e ) : void
UpdateTrayIcon ( ) : void

Private Methods

Méthode Description
Activate ( Form window ) : void
OnThreadExit ( object sender, EventArgs e ) : void
UpdateStartupSettings ( ) : void
memTimer_Elapsed ( object sender, System e ) : void
notifyIcon_DoubleClick ( object sender, EventArgs e ) : void

Method Details

About() public méthode

public About ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Context() public méthode

public Context ( ) : System
Résultat System

Exit() public méthode

public Exit ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

FlashIcon() public méthode

public FlashIcon ( bool active ) : void
active bool
Résultat void

GetClientTypeIcon() public static méthode

public static GetClientTypeIcon ( string type ) : Bitmap
type string
Résultat System.Drawing.Bitmap

GetClientTypeIndex() public static méthode

public static GetClientTypeIndex ( string type ) : int
type string
Résultat int

GetClientTypeString() public static méthode

public static GetClientTypeString ( string type ) : string
type string
Résultat string

Help() public méthode

public Help ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

LoadSettings() public méthode

public LoadSettings ( ) : void
Résultat void

SaveSettings() public méthode

public SaveSettings ( ) : void
Résultat void

SetIcon() public méthode

public SetIcon ( Icon icon ) : void
icon System.Drawing.Icon
Résultat void

ShowActivityLog() public méthode

public ShowActivityLog ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

ShowConfiguration() public méthode

public ShowConfiguration ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

UpdateTrayIcon() public méthode

public UpdateTrayIcon ( ) : void
Résultat void

Property Details

Current public_oe static_oe property

public static Context,XRefresh Current
Résultat Context