TextMessageControl
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
Initializes a new instance of the TextMessageControl class.
public TextMessageControl()
Fields
AttachedFilesProperty
DependencyProperty
Identifies the AttachedFiles dependency property.
public static readonly DependencyProperty AttachedFilesProperty
CreationDateProperty
DependencyProperty
Identifies the CreationDate dependency property.
public static readonly DependencyProperty CreationDateProperty
IsSelectedProperty
DependencyProperty
Identifies the IsSelected dependency property.
public static readonly DependencyProperty IsSelectedProperty
StatusProperty
DependencyProperty
Identifies the Status dependency property.
public static readonly DependencyProperty StatusProperty
TextProperty
DependencyProperty
Identifies the Text dependency property.
public static readonly DependencyProperty TextProperty
Properties
Gets or sets the attached files associated with this message.
public IReadOnlyList<PromptInputAttachedFile> AttachedFiles { get; set; }
Gets or sets the time when the underlying message was created.
public DateTime CreationDate { get; set; }
Gets or sets a value that indicates whether the message is selected.
public bool IsSelected { get; set; }
Methods
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer