C# Class lw_common.ui.status_ctrl

Afficher le fichier Open project: jtorjo/logwizard Class Usage Examples

Méthodes publiques

Méthode Description
set_prefix ( string prefix ) : void
set_status ( string msg, status_type type = status_type.msg, int set_status_for_ms = 7500 ) : void
set_status_forever ( string msg ) : void
status_ctrl ( ) : System
update_status_text ( bool force = false ) : status_type

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

refresh_Tick ( object sender, EventArgs e ) : void
show_last_status ( ) : void
status_bg_color ( status_type type ) : Color
status_color ( status_type type ) : Color

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

set_prefix() public méthode

public set_prefix ( string prefix ) : void
prefix string
Résultat void

set_status() public méthode

public set_status ( string msg, status_type type = status_type.msg, int set_status_for_ms = 7500 ) : void
msg string
type status_type
set_status_for_ms int
Résultat void

set_status_forever() public méthode

public set_status_forever ( string msg ) : void
msg string
Résultat void

status_ctrl() public méthode

public status_ctrl ( ) : System
Résultat System

update_status_text() public méthode

public update_status_text ( bool force = false ) : status_type
force bool
Résultat status_type