C# Класс Nexus.Client.UI.ViewMessage

Describes a message to be displayed to the user.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

ViewMessage() публичный Метод

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.
Результат Nexus.UI.Controls

ViewMessage() публичный Метод

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.
Результат Nexus.UI.Controls

ViewMessage() публичный Метод

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.
Результат Nexus.UI.Controls

ViewMessage() публичный Метод

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.
Результат Nexus.UI.Controls

ViewMessage() публичный Метод

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.
Результат Nexus.UI.Controls

ViewMessage() публичный Метод

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.
Результат Nexus.UI.Controls