New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.AIPrompt

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public abstract class RadAIPromptItem

Inheritance: objectRadAIPromptItem

Derived Classes: RadAIPromptInputItemRadAIPromptMoreActionsItemRadAIPromptOutputItem

Constructors

C#
protected RadAIPromptItem()

Properties

Gets a boolean value indicating whether the item is currently active.

C#
public bool IsActive { get; protected set; }

Gets or sets the text of the item in the toolbar.

C#
public Image ItemImage { get; set; }

Gets or sets the text of the item in the toolbar.

C#
public RadSvgImage ItemSvgImage { get; set; }

Gets or sets the text of the item in the toolbar.

C#
public string ItemText { get; set; }

Methods

C#
protected abstract AIPromptToolbarItem CreateToolbarItem()
Returns:

AIPromptToolbarItem

C#
protected abstract AIPromptViewBase CreateView()
Returns:

AIPromptViewBase

C#
public virtual AIPromptToolbarItem GetToolbarVisualItem()
Returns:

AIPromptToolbarItem

C#
public virtual AIPromptViewBase GetView()
Returns:

AIPromptViewBase

C#
protected virtual void OnToolbarItemClick()