C# 클래스 MetroIde.Dialogs.MetroMessageBox

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

공개 메소드들

메소드 설명
Show ( string title, string message, MessageBoxButtons buttons ) : MessageBoxResult

Show a Metro Message Box

Show ( string message ) : void

Show a Metro Message Box

Show ( string title, string message ) : void

Show a Metro Message Box

메소드 상세

Show() 공개 정적인 메소드

Show a Metro Message Box
public static Show ( string title, string message, MessageBoxButtons buttons ) : MessageBoxResult
title string The title of the Message Box
message string The message to be displayed in the Message Box
buttons MessageBoxButtons The buttons to show in the Message Box
리턴 MessageBoxResult

Show() 공개 정적인 메소드

Show a Metro Message Box
public static Show ( string message ) : void
message string The message to be displayed in the Message Box
리턴 void

Show() 공개 정적인 메소드

Show a Metro Message Box
public static Show ( string title, string message ) : void
title string The title of the Message Box
message string The message to be displayed in the Message Box
리턴 void