C# 클래스 lw_common.msg_details_ctrl

파일 보기 프로젝트 열기: jtorjo/logwizard

공개 메소드들

메소드 설명
force_temporary_hide ( log_view lv ) : void
msg_details_ctrl ( Form wizard_parent ) : System
update ( log_view view, int top_offset, int bottom_offset, bool force_update ) : void
visible ( ) : bool

보호된 메소드들

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

can_text_fit_in_width ( string txt, int width ) : bool
set_text ( log_view lv ) : void
show ( bool do_show, Point p = default(Point) ) : void
text_height ( string txt, int width ) : int

메소드 상세

Dispose() 보호된 메소드

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

force_temporary_hide() 공개 메소드

public force_temporary_hide ( log_view lv ) : void
lv log_view
리턴 void

msg_details_ctrl() 공개 메소드

public msg_details_ctrl ( Form wizard_parent ) : System
wizard_parent Form
리턴 System

update() 공개 메소드

public update ( log_view view, int top_offset, int bottom_offset, bool force_update ) : void
view log_view
top_offset int
bottom_offset int
force_update bool
리턴 void

visible() 공개 메소드

public visible ( ) : bool
리턴 bool