C# Class Hawkeye.UI.InformationBox

Shows an Information dialog box.
Show file Open project: odalet/Hawkeye2

Public Methods

Method Description
Show ( IWin32Window owner, string text ) : DialogResult

Shows an Information dialog box.

Show ( string text ) : DialogResult

Shows an Information dialog box.

Method Details

Show() public static method

Shows an Information dialog box.
public static Show ( IWin32Window owner, string text ) : DialogResult
owner IWin32Window Dialog box top-level window and owner.
text string The text to display in the message box.
return DialogResult

Show() public static method

Shows an Information dialog box.
public static Show ( string text ) : DialogResult
text string The text to display in the message box.
return DialogResult