Class
ResponseAction

Represents a class that wraps command logic for the response actions feature of messages.

Definition

Constructors

ResponseAction(MessageBase)

Initializes a new instance of the ResponseAction class.

Declaration

cs-api-definition
protected ResponseAction(MessageBase message)

Parameters

message

MessageBase

Properties

Command

Gets the command associated with the response action.

Declaration

cs-api-definition
public abstract ICommand Command { get; }

Property Value

ICommand

CommandButtonVisibility

Gets or sets the visibility of the button that visualizes the command.

Declaration

cs-api-definition
public Visibility CommandButtonVisibility { get; set; }

Property Value

Visibility

Message

Gets or sets the associated message.

Declaration

cs-api-definition
protected MessageBase Message { get; set; }

Property Value

MessageBase

Text

Gets or sets the response action's text.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string