C# Class Hawkeye.UI.MsgBox

Wraps a call to either System.Windows.Forms.MessageBox or ISimpleUIService.ShowMessageBox(string).
Exibir arquivo Open project: odalet/Hawkeye2

Public Methods

Method Description
Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon ) : DialogResult

Shows the specified owner.

Method Details

Show() public static method

Shows the specified owner.
public static Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon ) : DialogResult
owner IWin32Window The owner.
text string The text.
caption string The caption.
buttons MessageBoxButtons The buttons.
icon MessageBoxIcon The icon.
return DialogResult