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.Chat.WinUI.dll
Syntax
public class RichTextBox : TextBox
Constructors
RichTextBox()
Initializes a new instance of the RichTextBox class.
Declaration
public RichTextBox()
Methods
OnApplyTemplate()
Build the visual tree for the RichTextBox class.
Declaration
protected override void OnApplyTemplate()
OnKeyDown(KeyRoutedEventArgs)
Declaration
protected override void OnKeyDown(KeyRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.UI.Xaml.Input.KeyRoutedEventArgs | e |