Method | Description | |
---|---|---|
Fancy_Message_Box ( string text, string title ) : System |
Public Constructor
|
Method | Description | |
---|---|---|
OnLoad ( |
Form OnLoad.
|
|
OnPaint ( PaintEventArgs e ) : void |
Form OnPaint.
|
|
OnResize ( |
OnResize.
|
Method | Description | |
---|---|---|
BtnClose_Click ( object sender, |
Button Close OnClick.
|
|
GetText ( string text, string title ) : string |
Gets the text.
|
public Fancy_Message_Box ( string text, string title ) : System | ||
text | string | |
title | string | |
return | System |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnResize ( |
||
e | ||
return | void |