Class TextMessageControl
Represents a control that displays text messages.
Inheritance
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class TextMessageControl : Control
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
System.Windows.DependencyProperty
|
IsSelectedProperty
Identifies the IsSelected dependency property.
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
System.Windows.DependencyProperty
|
StatusProperty
Identifies the Status dependency property.
Declaration
public static readonly DependencyProperty StatusProperty
Field Value
System.Windows.DependencyProperty
|
TextProperty
Identifies the Text dependency property.
Declaration
public static readonly DependencyProperty TextProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CreationDate
Gets or sets the time when the underlying message was created.
Declaration
public DateTime CreationDate { get; set; }
Property Value
System.DateTime
|
IsSelected
Gets or sets a value that indicates whether the message is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Status
Gets or sets the message status.
Declaration
public string Status { get; set; }
Property Value
System.String
|
Text
Gets or sets the displayed text.
Declaration
public string Text { get; set; }
Property Value
System.String
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|