C# Class Nexus.Client.UI.ViewMessage

Describes a message to be displayed to the user.
Exibir arquivo Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

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.

Method Details

ViewMessage() public method

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

ViewMessage() public method

A siple constructor that initializes the object with the given values.
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

ViewMessage() public method

A siple constructor that initializes the object with the given values.
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

ViewMessage() public method

A siple constructor that initializes the object with the given values.
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

ViewMessage() public method

A siple constructor that initializes the object with the given values.
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

ViewMessage() public method

A siple constructor that initializes the object with the given values.
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