ClassTextMessageControl
Represents a control that displays text messages.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
public class TextMessageControl : Control
Inheritance: objectTextMessageControl
Constructors
TextMessageControl()
Initializes a new instance of the TextMessageControl class.
Declaration
public TextMessageControl()
Fields
CreationDateProperty
Identifies the CreationDate dependency property.
Declaration
public static readonly DependencyProperty CreationDateProperty
Field Value
DependencyProperty
IsSelectedProperty
Identifies the IsSelected dependency property.
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
DependencyProperty
StatusProperty
Identifies the Status dependency property.
Declaration
public static readonly DependencyProperty StatusProperty
Field Value
DependencyProperty
TextProperty
Identifies the Text dependency property.
Declaration
public static readonly DependencyProperty TextProperty
Field Value
DependencyProperty
Properties
CreationDate
Gets or sets the time when the underlying message was created.
IsSelected
Gets or sets a value that indicates whether the message is selected.
Status
Gets or sets the message status.
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e