C# 클래스 MetroFramework.MetroMessageBox

Metro-styled message notification.
파일 보기 프로젝트 열기: AshishKilmist/MetroFramework

공개 메소드들

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

비공개 메소드들

메소드 설명
ModalState ( MetroMessageBoxControl control ) : void

메소드 상세

Show() 공개 정적인 메소드

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
리턴 DialogResult

Show() 공개 정적인 메소드

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
리턴 DialogResult

Show() 공개 정적인 메소드

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
리턴 DialogResult

Show() 공개 정적인 메소드

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
리턴 DialogResult

Show() 공개 정적인 메소드

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
리턴 DialogResult