Class SfAIAssistViewActionList
Provides SmartTag action list items for the SfAIAssistView control. This class defines property items and headers that appear in the designer’s SmartTag panel.
Inherited Members
Namespace: Syncfusion.WinForms.AIAssistView
Assembly: Syncfusion.SfAIAssistView.WinForms.dll
Syntax
public class SfAIAssistViewActionList : SyncActionListBase<SfAIAssistView>
Constructors
SfAIAssistViewActionList(IComponent)
Initializes a new instance of the SfAIAssistViewActionList class.
Declaration
public SfAIAssistViewActionList(IComponent component)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.IComponent | component |
Properties
BackColor
Gets or sets the background color of the control.
Declaration
public Color BackColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
Font
Gets or sets the font used to display text in the control.
Declaration
public Font Font { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Font |
Name
Gets or sets the name of the control.
Declaration
public string Name { get; set; }
Property Value
| Type |
|---|
| System.String |
ShowTypingIndicator
Gets or sets a value indicating whether the typing indicator is shown at the bottom of the control.
Declaration
public bool ShowTypingIndicator { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Size
Gets or sets the size of the control.
Declaration
public Size Size { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Size |
Methods
InitializeActionList()
Initializes the SmartTag action list by adding headers and property items.
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.WinForms.AIAssistView.SfAIAssistView>.InitializeActionList()