Class AIPromptInputView
A view that displays the input area of a RadAIPrompt. Contains things like the input textbox, the button that makes a request to the AI model, and a list of pre-defined suggestions.
Inheritance
System.Object
AIPromptInputView
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class AIPromptInputView : Control
Constructors
AIPromptInputView()
Declaration
public AIPromptInputView()
Fields
FooterBackgroundProperty
FooterMinHeightProperty
Properties
FooterBackground
FooterMinHeight
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
|