Property | Type | Description | |
---|---|---|---|
BuildButtons | void | ||
CreateFont | |||
InitializeComponent | void | ||
MessageForm_FormClosing | void | ||
MessageForm_Showing | void | ||
MessageForm_Shown | void | ||
SelectButtons | void | ||
SelectIcon | void | ||
control_Click | void |
Method | Description | |
---|---|---|
MessageForm ( ) : System | ||
Show ( IWin32Window owner, string text ) : DialogResult | ||
Show ( IWin32Window owner, string text, string caption ) : DialogResult | ||
Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons ) : DialogResult | ||
Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon ) : DialogResult | ||
Show ( string text ) : DialogResult | ||
Show ( string text, string caption ) : DialogResult | ||
Show ( string text, string caption, MessageBoxButtons buttons ) : DialogResult | ||
Show ( string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon ) : DialogResult |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
BuildButtons ( ) : void | ||
CreateFont ( bool large ) : |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
MessageForm_FormClosing ( object sender, |
||
MessageForm_Showing ( object sender, |
||
MessageForm_Shown ( object sender, |
||
SelectButtons ( ) : void | ||
SelectIcon ( ) : void | ||
control_Click ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public static Show ( IWin32Window owner, string text ) : DialogResult | ||
owner | IWin32Window | |
text | string | |
return | DialogResult |
public static Show ( IWin32Window owner, string text, string caption ) : DialogResult | ||
owner | IWin32Window | |
text | string | |
caption | string | |
return | DialogResult |
public static Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons ) : DialogResult | ||
owner | IWin32Window | |
text | string | |
caption | string | |
buttons | MessageBoxButtons | |
return | DialogResult |
public static Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon ) : DialogResult | ||
owner | IWin32Window | |
text | string | |
caption | string | |
buttons | MessageBoxButtons | |
icon | MessageBoxIcon | |
return | DialogResult |
public static Show ( string text ) : DialogResult | ||
text | string | |
return | DialogResult |
public static Show ( string text, string caption ) : DialogResult | ||
text | string | |
caption | string | |
return | DialogResult |
public static Show ( string text, string caption, MessageBoxButtons buttons ) : DialogResult | ||
text | string | |
caption | string | |
buttons | MessageBoxButtons | |
return | DialogResult |
public static Show ( string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon ) : DialogResult | ||
text | string | |
caption | string | |
buttons | MessageBoxButtons | |
icon | MessageBoxIcon | |
return | DialogResult |