C# 클래스 FarsiLibrary.Win.Controls.FAMessageBox

An extended MessageBox with lot of customizing capabilities.
상속: IDisposable
파일 보기 프로젝트 열기: HEskandari/FarsiLibrary 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FAMessageBox System
IDisposable void

공개 메소드들

메소드 설명
AddButton ( FAMessageBoxButton button ) : void

Add DrawTab custom button to the message box

AddButton ( FAMessageBoxButtons button ) : void

Add DrawTab standard button to the message box

AddButton ( string text, string val ) : void

Add DrawTab custom button to the message box

AddButtons ( MessageBoxButtons buttons ) : void

Add standard buttons to the message box.

Show ( ) : string

Shows the message box

Show ( IWin32Window owner ) : string

Shows the messsage box with the specified ownerForm

비공개 메소드들

메소드 설명
FAMessageBox ( string name, bool isRTL ) : System

Ctor is internal because this can only be created by MBManager

IDisposable ( ) : void

Called by the manager when it is _disposed

메소드 상세

AddButton() 공개 메소드

Add DrawTab custom button to the message box
public AddButton ( FAMessageBoxButton button ) : void
button FAMessageBoxButton The button to add
리턴 void

AddButton() 공개 메소드

Add DrawTab standard button to the message box
public AddButton ( FAMessageBoxButtons button ) : void
button FAMessageBoxButtons The standard button to add
리턴 void

AddButton() 공개 메소드

Add DrawTab custom button to the message box
public AddButton ( string text, string val ) : void
text string The text of the button
val string The return value in case this button is clicked
리턴 void

AddButtons() 공개 메소드

Add standard buttons to the message box.
public AddButtons ( MessageBoxButtons buttons ) : void
buttons MessageBoxButtons The standard buttons to add
리턴 void

Show() 공개 메소드

Shows the message box
public Show ( ) : string
리턴 string

Show() 공개 메소드

Shows the messsage box with the specified ownerForm
public Show ( IWin32Window owner ) : string
owner IWin32Window
리턴 string