C# Class lw_common.msg_details_ctrl

Afficher le fichier Open project: jtorjo/logwizard

Méthodes publiques

Méthode Description
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

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.

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

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

force_temporary_hide() public méthode

public force_temporary_hide ( log_view lv ) : void
lv log_view
Résultat void

msg_details_ctrl() public méthode

public msg_details_ctrl ( Form wizard_parent ) : System
wizard_parent Form
Résultat System

update() public méthode

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
Résultat void

visible() public méthode

public visible ( ) : bool
Résultat bool