Class RadAIPromptButton
A button that displays a RadAIPrompt as the child of a System.Windows.Forms.Form element.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadAIPromptButton : RadControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
RadAIPromptButton()
Initializes a new instance of the RadAIPromptButton class.
Declaration
public RadAIPromptButton()
Properties
AIPrompt
Gets or sets the RadAIPrompt instance that will be the child of the System.Windows.Forms.Form.
Declaration
public RadAIPrompt AIPrompt { get; set; }
Property Value
RadAIPrompt
|
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.Drawing.Size
|
IsPopupOpen
Gets or sets a boolean value indicating whether the System.Windows.Forms.Form hosting the RadAIPrompt is open.
Declaration
public bool IsPopupOpen { get; set; }
Property Value
System.Boolean
|
PopupHeight
Gets or sets a double value for Height of the Telerik.WinControls.UI.RadAIPromptButton.PopupWindow hosting the RadAIPrompt.
Declaration
public int PopupHeight { get; set; }
Property Value
System.Int32
|
PopupHideAnimation
Gets or sets the animation played when hiding the popup.
Declaration
public NotifyIconAnimationType PopupHideAnimation { get; set; }
Property Value
NotifyIconAnimationType
|
PopupShowAnimation
Gets or sets the animation played when opening the popup.
Declaration
public NotifyIconAnimationType PopupShowAnimation { get; set; }
Property Value
NotifyIconAnimationType
|
PopupWidth
Gets or sets a double value for Width of the Telerik.WinControls.UI.RadAIPromptButton.PopupWindow hosting the RadAIPrompt.
Declaration
public int PopupWidth { get; set; }
Property Value
System.Int32
|
Text
This property is not relevant for this class.
Declaration
public override string Text { get; set; }
Property Value
System.String
|
Overrides
Methods
CreateAIPrompt()
CreateAIPromptButtonElement()
Declaration
protected virtual AIPromptActionButtonElement CreateAIPromptButtonElement()
Returns
AIPromptActionButtonElement
|
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
RadElement
parent
|
Overrides
OnParentChanged(EventArgs)
Declaration
protected override void OnParentChanged(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
OnThemeNameChanged(ThemeNameChangedEventArgs)
Declaration
protected override void OnThemeNameChanged(ThemeNameChangedEventArgs e)
Parameters
ThemeNameChangedEventArgs
e
|