C# 클래스 Nexus.Client.UI.ViewMessage

Describes a message to be displayed to the user.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
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