Class RichTextBox
Represents a class which specifies the custom text box for the input text area in the SfAIAssistView.
Inheritance
System.Object
RichTextBox
Namespace: Syncfusion.UI.Xaml.Chat
Assembly: Syncfusion.SfChat.Wpf.dll
Syntax
public class RichTextBox : TextBox
Constructors
RichTextBox()
Initializes a new instance of the RichTextBox class.
Declaration
public RichTextBox()
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnPreviewKeyDown(KeyEventArgs)
Declaration
protected override void OnPreviewKeyDown(KeyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.KeyEventArgs | e |