AgentScriptAnswerButton Class

Definition

Represents the answer for an agent script task.

public ref class AgentScriptAnswerButton : System::Windows::Controls::Button
public class AgentScriptAnswerButton : System.Windows.Controls.Button
type AgentScriptAnswerButton = class
    inherit Button
Public Class AgentScriptAnswerButton
Inherits Button
Inheritance
AgentScriptAnswerButton

Remarks

Each step in an agent script is represented as an agent script task. An action can be performed on clicking one of the answers or when you go to the next task.

Constructors

AgentScriptAnswerButton()

Initializes a new instance of the AgentScriptAnswerButton class.

Fields

BottomStrokeBrushProperty
BottomStrokeVisibilityProperty
HasVisitedProperty

Specifies whether the answer has been clicked.

TopStrokeBrushProperty
TopStrokeVisibilityProperty

Properties

BottomStrokeBrush
BottomStrokeVisibility
HasVisited

Contains a Boolean value that specifies whether the answer for the task has been clicked or not.

TopStrokeBrush
TopStrokeVisibility

Applies to