C# Класс lw_common.msg_details_ctrl

Показать файл Открыть проект

Открытые методы

Метод Описание
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