Метод | Описание | |
---|---|---|
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public force_temporary_hide ( log_view lv ) : void | ||
lv | log_view | |
Результат | void |
public msg_details_ctrl ( Form wizard_parent ) : System | ||
wizard_parent | Form | |
Результат | System |
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 |