Method | Description | |
---|---|---|
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 ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defButton ) : DialogResult | ||
Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defButton, MessageBoxOptions options ) : 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 | ||
Show ( string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defButton ) : DialogResult | ||
Show ( string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defButton, MessageBoxOptions options ) : DialogResult |
Method | Description | |
---|---|---|
CallNextHookEx ( |
||
CenterWindow ( |
||
EndDialog ( |
||
GetWindowRect ( |
||
GetWindowText ( |
||
GetWindowTextLength ( |
||
Initialize ( ) : void | ||
MessageBoxEx ( ) : System | ||
MessageBoxHookProc ( int nCode, |
||
MoveWindow ( |
||
SendMessage ( |
||
SetTimer ( |
||
SetWindowsHookEx ( int idHook, HookProc lpfn, |
||
UnhookWindowsHookEx ( |
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 ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defButton ) : DialogResult | ||
owner | IWin32Window | |
text | string | |
caption | string | |
buttons | MessageBoxButtons | |
icon | MessageBoxIcon | |
defButton | MessageBoxDefaultButton | |
return | DialogResult |
public static Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defButton, MessageBoxOptions options ) : DialogResult | ||
owner | IWin32Window | |
text | string | |
caption | string | |
buttons | MessageBoxButtons | |
icon | MessageBoxIcon | |
defButton | MessageBoxDefaultButton | |
options | MessageBoxOptions | |
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 |
public static Show ( string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defButton ) : DialogResult | ||
text | string | |
caption | string | |
buttons | MessageBoxButtons | |
icon | MessageBoxIcon | |
defButton | MessageBoxDefaultButton | |
return | DialogResult |
public static Show ( string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defButton, MessageBoxOptions options ) : DialogResult | ||
text | string | |
caption | string | |
buttons | MessageBoxButtons | |
icon | MessageBoxIcon | |
defButton | MessageBoxDefaultButton | |
options | MessageBoxOptions | |
return | DialogResult |