Method | Description | |
---|---|---|
Show ( IWin32Window owner, String message, String title, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultbutton, int height = 211 ) : DialogResult |
Shows a metro-styles message notification into the specified owner window.
|
|
Show ( IWin32Window owner, String message, String title, MessageBoxButtons buttons, MessageBoxIcon icon, int height = 211 ) : DialogResult |
Shows a metro-styles message notification into the specified owner window.
|
|
Show ( IWin32Window owner, String message, String title, MessageBoxButtons buttons, int height = 211 ) : DialogResult |
Shows a metro-styles message notification into the specified owner window.
|
|
Show ( IWin32Window owner, String message, String title, int height = 211 ) : DialogResult |
Shows a metro-styles message notification into the specified owner window.
|
|
Show ( IWin32Window owner, String message, int height = 211 ) : DialogResult |
Shows a metro-styles message notification into the specified owner window.
|
Method | Description | |
---|---|---|
ModalState ( |
public static Show ( IWin32Window owner, String message, String title, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultbutton, int height = 211 ) : DialogResult | ||
owner | IWin32Window | |
message | String | |
title | String | |
buttons | MessageBoxButtons | |
icon | MessageBoxIcon | |
defaultbutton | MessageBoxDefaultButton | |
height | int | |
return | DialogResult |
public static Show ( IWin32Window owner, String message, String title, MessageBoxButtons buttons, MessageBoxIcon icon, int height = 211 ) : DialogResult | ||
owner | IWin32Window | |
message | String | |
title | String | |
buttons | MessageBoxButtons | |
icon | MessageBoxIcon | |
height | int | |
return | DialogResult |
public static Show ( IWin32Window owner, String message, String title, MessageBoxButtons buttons, int height = 211 ) : DialogResult | ||
owner | IWin32Window | |
message | String | |
title | String | |
buttons | MessageBoxButtons | |
height | int | |
return | DialogResult |
public static Show ( IWin32Window owner, String message, String title, int height = 211 ) : DialogResult | ||
owner | IWin32Window | |
message | String | |
title | String | |
height | int | |
return | DialogResult |
public static Show ( IWin32Window owner, String message, int height = 211 ) : DialogResult | ||
owner | IWin32Window | |
message | String | |
height | int | |
return | DialogResult |