Class
TextMessageControl

Represents a control that displays text messages.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

cs-api-definition
public class TextMessageControl : Control

Inheritance: objectTextMessageControl

Constructors

TextMessageControl()

Initializes a new instance of the TextMessageControl class.

Declaration

cs-api-definition
public TextMessageControl()

Fields

CreationDateProperty

Identifies the CreationDate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CreationDateProperty

Field Value

DependencyProperty

IsSelectedProperty

Identifies the IsSelected dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsSelectedProperty

Field Value

DependencyProperty

StatusProperty

Identifies the Status dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StatusProperty

Field Value

DependencyProperty

TextProperty

Identifies the Text dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TextProperty

Field Value

DependencyProperty

Properties

CreationDate

Gets or sets the time when the underlying message was created.

Declaration

cs-api-definition
public DateTime CreationDate { get; set; }

Property Value

DateTime

IsSelected

Gets or sets a value that indicates whether the message is selected.

Declaration

cs-api-definition
public bool IsSelected { get; set; }

Property Value

bool

Status

Gets or sets the message status.

Declaration

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

Property Value

string

Text

Gets or sets the displayed text.

Declaration

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

Property Value

string

Methods

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs