Method | Description | |
---|---|---|
Fancy_Panel ( ) : System |
Default constructor
|
|
Fancy_Panel ( string caption ) : System |
Constructor
|
|
Fancy_Panel ( string sCaption, Color colorCaption ) : System |
Constructor
|
|
SetColors ( ) : void |
Sets the panel colors
|
Method | Description | |
---|---|---|
OnPaint ( PaintEventArgs e ) : void |
On Paint
|
|
OnResize ( |
On Resize
|
Method | Description | |
---|---|---|
InitializeParameters ( ) : void |
Initialize Parameters
|
public Fancy_Panel ( string caption ) : System | ||
caption | string | |
return | System |
public Fancy_Panel ( string sCaption, Color colorCaption ) : System | ||
sCaption | string | |
colorCaption | Color | |
return | System |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnResize ( |
||
eventargs | ||
return | void |