메소드 | 설명 | |
---|---|---|
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 defaultButton ) : DialogResult | ||
Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, 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 defaultButton ) : DialogResult | ||
Show ( string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options ) : DialogResult | ||
Show ( string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, bool displayHelpButton ) : DialogResult |
메소드 | 설명 | |
---|---|---|
MessageBox ( ) : System | ||
Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath ) : DialogResult | ||
Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath, HelpNavigator navigator ) : DialogResult | ||
Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath, HelpNavigator navigator, object param ) : DialogResult | ||
Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath, string keyword ) : DialogResult | ||
Show ( string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath ) : DialogResult | ||
Show ( string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath, HelpNavigator navigator ) : DialogResult | ||
Show ( string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath, HelpNavigator navigator, object param ) : DialogResult | ||
Show ( string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, string helpFilePath, string keyword ) : DialogResult |
public static Show ( IWin32Window owner, string text ) : DialogResult | ||
owner | IWin32Window | |
text | string | |
리턴 | DialogResult |
public static Show ( IWin32Window owner, string text, string caption ) : DialogResult | ||
owner | IWin32Window | |
text | string | |
caption | string | |
리턴 | DialogResult |
public static Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons ) : DialogResult | ||
owner | IWin32Window | |
text | string | |
caption | string | |
buttons | MessageBoxButtons | |
리턴 | 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 | |
리턴 | DialogResult |
public static Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton ) : DialogResult | ||
owner | IWin32Window | |
text | string | |
caption | string | |
buttons | MessageBoxButtons | |
icon | MessageBoxIcon | |
defaultButton | MessageBoxDefaultButton | |
리턴 | DialogResult |
public static Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options ) : DialogResult | ||
owner | IWin32Window | |
text | string | |
caption | string | |
buttons | MessageBoxButtons | |
icon | MessageBoxIcon | |
defaultButton | MessageBoxDefaultButton | |
options | MessageBoxOptions | |
리턴 | DialogResult |
public static Show ( string text, string caption ) : DialogResult | ||
text | string | |
caption | string | |
리턴 | DialogResult |
public static Show ( string text, string caption, MessageBoxButtons buttons ) : DialogResult | ||
text | string | |
caption | string | |
buttons | MessageBoxButtons | |
리턴 | DialogResult |
public static Show ( string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon ) : DialogResult | ||
text | string | |
caption | string | |
buttons | MessageBoxButtons | |
icon | MessageBoxIcon | |
리턴 | DialogResult |
public static Show ( string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton ) : DialogResult | ||
text | string | |
caption | string | |
buttons | MessageBoxButtons | |
icon | MessageBoxIcon | |
defaultButton | MessageBoxDefaultButton | |
리턴 | DialogResult |
public static Show ( string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options ) : DialogResult | ||
text | string | |
caption | string | |
buttons | MessageBoxButtons | |
icon | MessageBoxIcon | |
defaultButton | MessageBoxDefaultButton | |
options | MessageBoxOptions | |
리턴 | DialogResult |
public static Show ( string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, bool displayHelpButton ) : DialogResult | ||
text | string | |
caption | string | |
buttons | MessageBoxButtons | |
icon | MessageBoxIcon | |
defaultButton | MessageBoxDefaultButton | |
options | MessageBoxOptions | |
displayHelpButton | bool | |
리턴 | DialogResult |