C# 클래스 SystemEx.Windows.Forms.MessageForm

상속: Form
파일 보기 프로젝트 열기: pvginkel/SystemEx

Private Properties

프로퍼티 타입 설명
BuildButtons void
CreateFont System.Drawing.Font
InitializeComponent void
MessageForm_FormClosing void
MessageForm_Showing void
MessageForm_Shown void
SelectButtons void
SelectIcon void
control_Click void

공개 메소드들

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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
BuildButtons ( ) : void
CreateFont ( bool large ) : Font
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MessageForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
MessageForm_Showing ( object sender, EventArgs e ) : void
MessageForm_Shown ( object sender, EventArgs e ) : void
SelectButtons ( ) : void
SelectIcon ( ) : void
control_Click ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

MessageForm() 공개 메소드

public MessageForm ( ) : System
리턴 System

Show() 공개 정적인 메소드

public static Show ( IWin32Window owner, string text ) : DialogResult
owner IWin32Window
text string
리턴 DialogResult

Show() 공개 정적인 메소드

public static Show ( IWin32Window owner, string text, string caption ) : DialogResult
owner IWin32Window
text string
caption string
리턴 DialogResult

Show() 공개 정적인 메소드

public static Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons ) : DialogResult
owner IWin32Window
text string
caption string
buttons MessageBoxButtons
리턴 DialogResult

Show() 공개 정적인 메소드

public static Show ( IWin32Window owner, string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon ) : DialogResult
owner IWin32Window
text string
caption string
buttons MessageBoxButtons
icon MessageBoxIcon
리턴 DialogResult

Show() 공개 정적인 메소드

public static Show ( string text ) : DialogResult
text string
리턴 DialogResult

Show() 공개 정적인 메소드

public static Show ( string text, string caption ) : DialogResult
text string
caption string
리턴 DialogResult

Show() 공개 정적인 메소드

public static Show ( string text, string caption, MessageBoxButtons buttons ) : DialogResult
text string
caption string
buttons MessageBoxButtons
리턴 DialogResult

Show() 공개 정적인 메소드

public static Show ( string text, string caption, MessageBoxButtons buttons, MessageBoxIcon icon ) : DialogResult
text string
caption string
buttons MessageBoxButtons
icon MessageBoxIcon
리턴 DialogResult