C# Класс Hawkeye.UI.MsgBox

Wraps a call to either System.Windows.Forms.MessageBox or ISimpleUIService.ShowMessageBox(string).
Показать файл Открыть проект

Открытые методы

Метод Описание
Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon ) : DialogResult

Shows the specified owner.

Описание методов

Show() публичный статический Метод

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.
Результат DialogResult