C# 클래스 MetroIde.Dialogs.MetroMessageBoxList

파일 보기 프로젝트 열기: ChadSki/Quickbeam

공개 메소드들

메소드 설명
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.

메소드 상세

Show() 공개 정적인 메소드

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.
리턴 bool

Show() 공개 정적인 메소드

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.
리턴 bool