C# Class MetroIde.Dialogs.MetroMessageBoxList

Afficher le fichier Open project: ChadSki/Quickbeam

Méthodes publiques

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

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

Show() public static méthode

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