Method | Description | |
---|---|---|
ViewMessage ( string p_strMessage, string p_strTitle ) : Nexus.UI.Controls |
A siple constructor that initializes the object with the given values.
|
|
ViewMessage ( string p_strMessage, string p_strTitle, ExtendedMessageBoxButtons p_ebbOptions, MessageBoxIcon p_mbiMessageType ) : Nexus.UI.Controls |
A siple constructor that initializes the object with the given values.
|
|
ViewMessage ( string p_strMessage, string p_strTitle, MessageBoxIcon p_mbiMessageType ) : Nexus.UI.Controls |
A siple constructor that initializes the object with the given values.
|
|
ViewMessage ( string p_strMessage, string p_strDetails, string p_strTitle ) : Nexus.UI.Controls |
A siple constructor that initializes the object with the given values.
|
|
ViewMessage ( string p_strMessage, string p_strDetails, string p_strTitle, ExtendedMessageBoxButtons p_ebbOptions, MessageBoxIcon p_mbiMessageType ) : Nexus.UI.Controls |
A siple constructor that initializes the object with the given values.
|
|
ViewMessage ( string p_strMessage, string p_strDetails, string p_strTitle, MessageBoxIcon p_mbiMessageType ) : Nexus.UI.Controls |
A siple constructor that initializes the object with the given values.
|
public ViewMessage ( string p_strMessage, string p_strTitle ) : Nexus.UI.Controls | ||
p_strMessage | string | The message to display. |
p_strTitle | string | The title of the message. |
return | Nexus.UI.Controls |
public ViewMessage ( string p_strMessage, string p_strTitle, ExtendedMessageBoxButtons p_ebbOptions, MessageBoxIcon p_mbiMessageType ) : Nexus.UI.Controls | ||
p_strMessage | string | The message to display. |
p_strTitle | string | The title of the message. |
p_ebbOptions | ExtendedMessageBoxButtons | The set of choices to offer the user. |
p_mbiMessageType | MessageBoxIcon | The type, or severity, of the message. |
return | Nexus.UI.Controls |
public ViewMessage ( string p_strMessage, string p_strTitle, MessageBoxIcon p_mbiMessageType ) : Nexus.UI.Controls | ||
p_strMessage | string | The message to display. |
p_strTitle | string | The title of the message. |
p_mbiMessageType | MessageBoxIcon | The type, or severity, of the message. |
return | Nexus.UI.Controls |
public ViewMessage ( string p_strMessage, string p_strDetails, string p_strTitle ) : Nexus.UI.Controls | ||
p_strMessage | string | The message to display. |
p_strDetails | string | The details to display. |
p_strTitle | string | The title of the message. |
return | Nexus.UI.Controls |
public ViewMessage ( string p_strMessage, string p_strDetails, string p_strTitle, ExtendedMessageBoxButtons p_ebbOptions, MessageBoxIcon p_mbiMessageType ) : Nexus.UI.Controls | ||
p_strMessage | string | The message to display. |
p_strDetails | string | The details to display. |
p_strTitle | string | The title of the message. |
p_ebbOptions | ExtendedMessageBoxButtons | The set of choices to offer the user. |
p_mbiMessageType | MessageBoxIcon | The type, or severity, of the message. |
return | Nexus.UI.Controls |
public ViewMessage ( string p_strMessage, string p_strDetails, string p_strTitle, MessageBoxIcon p_mbiMessageType ) : Nexus.UI.Controls | ||
p_strMessage | string | The message to display. |
p_strDetails | string | The details to display. |
p_strTitle | string | The title of the message. |
p_mbiMessageType | MessageBoxIcon | The type, or severity, of the message. |
return | Nexus.UI.Controls |