Class RadAIPromptButton
A button that displays a Rad
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
[TelerikToolboxCategory("ConversationalUI")]
public class RadAIPromptButton : RadButton, IThemable
Constructors
RadAIPromptButton()
Initializes a new instance of the RadAIPromptButton class.
Declaration
public RadAIPromptButton()
Fields
AIPromptProperty
Identifies the AIPrompt dependency property.
Declaration
public static readonly DependencyProperty AIPromptProperty
Field Value
System.
|
IsInPopupProperty
Identifies the IsInPopup dependency property.
Declaration
public static readonly DependencyProperty IsInPopupProperty
Field Value
System.
|
IsPopupOpenProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsPopupOpenProperty
Field Value
System.
|
PopupHeightProperty
Identifies the Popup
Declaration
public static readonly DependencyProperty PopupHeightProperty
Field Value
System.
|
PopupHorizontalOffsetProperty
Identifies the Popup
Declaration
public static readonly DependencyProperty PopupHorizontalOffsetProperty
Field Value
System.
|
PopupVerticalOffsetProperty
Identifies the Popup
Declaration
public static readonly DependencyProperty PopupVerticalOffsetProperty
Field Value
System.
|
PopupWidthProperty
Identifies the Popup
Declaration
public static readonly DependencyProperty PopupWidthProperty
Field Value
System.
|
Properties
AIPrompt
Gets or sets the Rad
Declaration
public RadAIPrompt AIPrompt { get; set; }
Property Value
IsPopupOpen
Gets or sets a boolean value indicating whether the System.
Declaration
public bool IsPopupOpen { get; set; }
Property Value
System.
|
PopupHeight
Gets or sets a double value for Height of the System.
Declaration
public double PopupHeight { get; set; }
Property Value
System.
|
PopupHorizontalOffset
Gets or sets a double value for HorizontalOffset of the System.
Declaration
public double PopupHorizontalOffset { get; set; }
Property Value
System.
|
PopupVerticalOffset
Gets or sets a double value for VerticalOffset of the System.
Declaration
public double PopupVerticalOffset { get; set; }
Property Value
System.
|
PopupWidth
Gets or sets a double value for Width of the System.
Declaration
public double PopupWidth { get; set; }
Property Value
System.
|
Methods
GetIsInPopup(DependencyObject)
Gets the value of IsInPopup attached property.
Declaration
public static bool GetIsInPopup(DependencyObject obj)
Parameters
System. The object to get the property for. |
Returns
System.
|
OnApplyTemplate()
Invoked whenever application code or internal processes
(such as a rebuilding layout pass) call.
System.
Declaration
public override void OnApplyTemplate()
Overrides
OnClick()
Invoke the base OnClick and execute the associated Command.
Declaration
protected override void OnClick()
Overrides
OnCreateAutomationPeer()
Returns an automation peer for this RadAIPromptButton.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.
|
Overrides
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
Overrides
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()