C# Class Hawkeye.UI.InformationBox

Shows an Information dialog box.
Afficher le fichier Open project: odalet/Hawkeye2

Méthodes publiques

Méthode 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 méthode

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.
Résultat DialogResult

Show() public static méthode

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