C# 클래스 lw_common.ui.status_ctrl

파일 보기 프로젝트 열기: jtorjo/logwizard 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

set_prefix() 공개 메소드

public set_prefix ( string prefix ) : void
prefix string
리턴 void

set_status() 공개 메소드

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
리턴 void

set_status_forever() 공개 메소드

public set_status_forever ( string msg ) : void
msg string
리턴 void

status_ctrl() 공개 메소드

public status_ctrl ( ) : System
리턴 System

update_status_text() 공개 메소드

public update_status_text ( bool force = false ) : status_type
force bool
리턴 status_type