Class
TextMessageControl

Definition

Namespace:Telerik.UI.Xaml.Controls.ConversationalUI

Assembly:Telerik.WinUI.Controls.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
protected override void OnApplyTemplate()

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

UpdateVisualStates(bool)

Updates the visual states.

Declaration

cs-api-definition
protected void UpdateVisualStates(bool useTransitions)

Parameters

useTransitions

bool

If set to true use transitions.