C# Class MetroIde.Dialogs.MetroMessageBoxList

ファイルを表示 Open project: ChadSki/Quickbeam

Public Methods

Method Description
Show ( string message, IEnumerable items ) : bool

Show a Metro Message Box

Show ( string title, string message, IEnumerable items ) : bool

Shows a metro message box containing a list of items in it.

Method Details

Show() public static method

Show a Metro Message Box
public static Show ( string message, IEnumerable items ) : bool
message string The message to be displayed in the Message Box
items IEnumerable The items to be displayed in the message box.
return bool

Show() public static method

Shows a metro message box containing a list of items in it.
public static Show ( string title, string message, IEnumerable items ) : bool
title string The title of the Message Box
message string The message to be displayed in the Message Box
items IEnumerable The items to be displayed in the message box.
return bool