RadAIPromptButton
A button that displays a RadAIPrompt as the child of a Popup element.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
[TelerikToolboxCategory("ConversationalUI")]
public class RadAIPromptButton : RadButton
Inheritance: objectRadButtonRadAIPromptButton
Inherited Members
Constructors
Initializes a new instance of the RadAIPromptButton class.
public RadAIPromptButton()
Fields
AIPromptProperty
DependencyProperty
Identifies the AIPrompt dependency property.
public static readonly DependencyProperty AIPromptProperty
IsInPopupProperty
DependencyProperty
Identifies the IsInPopup dependency property.
public static readonly DependencyProperty IsInPopupProperty
IsPopupOpenProperty
DependencyProperty
Identifies the IsPopupOpen dependency property.
public static readonly DependencyProperty IsPopupOpenProperty
PopupHeightProperty
DependencyProperty
Identifies the PopupHeight dependency property.
public static readonly DependencyProperty PopupHeightProperty
PopupHorizontalOffsetProperty
DependencyProperty
Identifies the PopupHorizontalOffset dependency property.
public static readonly DependencyProperty PopupHorizontalOffsetProperty
PopupVerticalOffsetProperty
DependencyProperty
Identifies the PopupVerticalOffset dependency property.
public static readonly DependencyProperty PopupVerticalOffsetProperty
PopupWidthProperty
DependencyProperty
Identifies the PopupWidth dependency property.
public static readonly DependencyProperty PopupWidthProperty
Properties
Gets or sets the RadAIPrompt instance that will be the child of the Popup control.
public RadAIPrompt AIPrompt { get; set; }
Gets or sets a boolean value indicating whether the Popup hosting the RadAIPrompt is open.
public bool IsPopupOpen { get; set; }
Gets or sets a double value for Height of the Popup hosting the RadAIPrompt.
public double PopupHeight { get; set; }
Gets or sets a double value for HorizontalOffset of the Popup hosting the RadAIPrompt.
public double PopupHorizontalOffset { get; set; }
Gets or sets a double value for VerticalOffset of the Popup hosting the RadAIPrompt.
public double PopupVerticalOffset { get; set; }
Gets or sets a double value for Width of the Popup hosting the RadAIPrompt.
public double PopupWidth { get; set; }
Methods
Gets the value of IsInPopup attached property.
public static bool GetIsInPopup(DependencyObject obj)
The object to get the property for.
Returns:Invoked whenever application code or internal processes (such as a rebuilding layout pass) call. .
public override void OnApplyTemplate()
Overrides:
Invoke the base OnClick and execute the associated Command.
protected override void OnClick()
Overrides:
OnCreateAutomationPeer()
AutomationPeer
Returns an automation peer for this RadAIPromptButton.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides:
Resets the theme.
public void ResetTheme()