Méthode | Description | |
---|---|---|
Info_Panel ( ) : System |
Default Constructor
|
|
Info_Panel ( string asParams, string asValues, bool abFlags, string sCaption ) : System |
Constructor
|
|
SetColors ( ) : void |
Sets the panel colors
|
|
Update ( string asParams, string asValues, bool abFlags, string caption ) : void |
Update
|
Méthode | Description | |
---|---|---|
OnPaint ( PaintEventArgs e ) : void |
On Paint
|
|
OnResize ( |
On Resize
|
Méthode | Description | |
---|---|---|
CalculateScrollBarStatus ( ) : void |
Scroll Bars status
|
|
CalculateTabs ( ) : void |
Tabs
|
|
Info_Panel_MouseUp ( object sender, MouseEventArgs e ) : void |
Selects the vertical scrollbar
|
|
InitializeParameters ( ) : void |
Initialize Parameters
|
|
ScrollBar_Scroll ( object sender, |
ScrollBar_Scroll
|
public Info_Panel ( string asParams, string asValues, bool abFlags, string sCaption ) : System | ||
asParams | string | |
asValues | string | |
abFlags | bool | |
sCaption | string | |
Résultat | System |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Résultat | void |
protected OnResize ( |
||
eventargs | ||
Résultat | void |
public Update ( string asParams, string asValues, bool abFlags, string caption ) : void | ||
asParams | string | |
asValues | string | |
abFlags | bool | |
caption | string | |
Résultat | void |