Method | Description | |
---|---|---|
DisplayMessage ( string message, string detailedMessage = "", string helpurl = "" ) : void |
The show.
|
|
MessageDisplayBox ( string message, string extendedMessage, string url ) : System |
Initializes a new instance of the MessageDisplayBox class.
|
Method | Description | |
---|---|---|
AddHyperlinkText ( string linkURL, string linkName ) : void |
Adds the hyperlink text.
|
|
BtnDialogOkClick ( object sender, |
Handles the Click event of the btnDialogOk control.
|
|
RequestNavigateHandler ( object sender, RequestNavigateEventArgs e ) : void |
Requests the navigate handler.
|
public static DisplayMessage ( string message, string detailedMessage = "", string helpurl = "" ) : void | ||
message | string | The message. |
detailedMessage | string | The detailed message. |
helpurl | string | |
return | void |
public MessageDisplayBox ( string message, string extendedMessage, string url ) : System | ||
message | string | The message. |
extendedMessage | string | The extended message. |
url | string | |
return | System |