Method | Description | |
---|---|---|
Confirm ( string title, string message, MessageBoxText text ) : bool |
Confirms the specified title.
|
|
ShowMessage ( string title, string message ) : void |
Shows the message.
|
|
WrappedMessageBox ( ) : System |
Initializes a new instance of the WrappedMessageBox class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
public static Confirm ( string title, string message, MessageBoxText text ) : bool | ||
title | string | The title. |
message | string | The message. |
text | MessageBoxText | The text. |
return | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public static ShowMessage ( string title, string message ) : void | ||
title | string | The title. |
message | string | The message. |
return | void |