Method | Description | |
---|---|---|
Confirm ( string message ) : bool |
Gets confirmation from the user after providing them with an option
|
|
Confirm ( string message, ConfirmationDelegate confirmationDelegate ) : void |
Gets confirmation from the user after providing them with an option and executes the provided delegate once the user has responded.
|
|
MessageBoxConfirmer ( IControlFactory controlFactory, string title, MessageBoxIcon messageBoxIcon ) : Habanero.Base |
Construct a MessageBoxConfirmer with the specified information.
|
public Confirm ( string message ) : bool | ||
message | string | The message to display |
return | bool |
public Confirm ( string message, ConfirmationDelegate confirmationDelegate ) : void | ||
message | string | The message to display |
confirmationDelegate | ConfirmationDelegate | The delegate to execute once the user has responded. |
return | void |
public MessageBoxConfirmer ( IControlFactory controlFactory, string title, MessageBoxIcon messageBoxIcon ) : Habanero.Base | ||
controlFactory | IControlFactory | The |
title | string | The Title to display in the MessageBox. |
messageBoxIcon | MessageBoxIcon | The |
return | Habanero.Base |