C# Class MetroFramework.MetroMessageBox

Metro-styled message notification.
Show file Open project: AshishKilmist/MetroFramework

Public Methods

Method Description
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.

Private Methods

Method Description
ModalState ( MetroMessageBoxControl control ) : void

Method Details

Show() public static method

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
return DialogResult

Show() public static method

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
return DialogResult

Show() public static method

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
return DialogResult

Show() public static method

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
return DialogResult

Show() public static method

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
return DialogResult