C# 클래스 Hawkeye.UI.MsgBox

Wraps a call to either System.Windows.Forms.MessageBox or ISimpleUIService.ShowMessageBox(string).
파일 보기 프로젝트 열기: odalet/Hawkeye2

공개 메소드들

메소드 설명
Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon ) : DialogResult

Shows the specified owner.

메소드 상세

Show() 공개 정적인 메소드

Shows the specified owner.
public static Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon ) : DialogResult
owner IWin32Window The owner.
text string The text.
caption string The caption.
buttons MessageBoxButtons The buttons.
icon MessageBoxIcon The icon.
리턴 DialogResult