Property | Type | Description | |
---|---|---|---|
FAMessageBox | System | ||
IDisposable | void |
Method | Description | |
---|---|---|
AddButton ( |
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
|
Method | Description | |
---|---|---|
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
|
public AddButton ( |
||
button | The button to add | |
return | void |
public AddButton ( FAMessageBoxButtons button ) : void | ||
button | FAMessageBoxButtons | The standard button to add |
return | void |
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 |
return | void |
public AddButtons ( MessageBoxButtons buttons ) : void | ||
buttons | MessageBoxButtons | The standard buttons to add |
return | void |