C# Класс MetroFramework.MetroMessageBox

Metro-styled message notification.
Показать файл Открыть проект

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

Метод Описание
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.

Приватные методы

Метод Описание
ModalState ( MetroMessageBoxControl control ) : void

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

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

Shows a metro-styles message notification into the specified owner window.
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
Результат DialogResult

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

Shows a metro-styles message notification into the specified owner window.
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
Результат DialogResult

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

Shows a metro-styles message notification into the specified owner window.
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
Результат DialogResult

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

Shows a metro-styles message notification into the specified owner window.
public static Show ( IWin32Window owner, String message, String title, int height = 211 ) : DialogResult
owner IWin32Window
message String
title String
height int
Результат DialogResult

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

Shows a metro-styles message notification into the specified owner window.
public static Show ( IWin32Window owner, String message, int height = 211 ) : DialogResult
owner IWin32Window
message String
height int
Результат DialogResult