C# 클래스 ATMLCommonLibrary.forms.HelpMessageBox

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
btnCancel System.Windows.Forms.Button
btnOk System.Windows.Forms.Button
lblDenoteRequiredField System.Windows.Forms.Label

공개 메소드들

메소드 설명
HelpMessageBox ( ) : System
Show ( string messageText ) : string
Show ( string messageText, string messageTitle ) : string
Show ( string messageText, string messageTitle, enumMessageIcon messageIcon, enumMessageButton messageButton, Point location ) : string

보호된 메소드들

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

Clean up any resources being used.

WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
GetCapsule ( RectangleF baseRect ) : GraphicsPath
GetRoundedRect ( RectangleF baseRect, float radius ) : GraphicsPath
HelpMessageBox_Load ( object sender, System e ) : void
InitializeComponent ( ) : void

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

addButton ( enumMessageButton MessageButton ) : void
addIconImage ( enumMessageIcon MessageIcon ) : void
pictureBox1_Click ( object sender, EventArgs e ) : void
setMessage ( string messageText ) : 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

HelpMessageBox() 공개 메소드

public HelpMessageBox ( ) : System
리턴 System

Show() 공개 정적인 메소드

public static Show ( string messageText ) : string
messageText string
리턴 string

Show() 공개 정적인 메소드

public static Show ( string messageText, string messageTitle ) : string
messageText string
messageTitle string
리턴 string

Show() 공개 정적인 메소드

public static Show ( string messageText, string messageTitle, enumMessageIcon messageIcon, enumMessageButton messageButton, Point location ) : string
messageText string
messageTitle string
messageIcon enumMessageIcon
messageButton enumMessageButton
location Point
리턴 string

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void

프로퍼티 상세

btnCancel 보호되어 있는 프로퍼티

protected System.Windows.Forms.Button btnCancel
리턴 System.Windows.Forms.Button

btnOk 보호되어 있는 프로퍼티

protected System.Windows.Forms.Button btnOk
리턴 System.Windows.Forms.Button

lblDenoteRequiredField 보호되어 있는 프로퍼티

protected System.Windows.Forms.Label lblDenoteRequiredField
리턴 System.Windows.Forms.Label