alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    SyncActionListBase<SfAIAssistView>
    SfAIAssistViewActionList
    Inherited Members
    SyncActionListBase<SfAIAssistView>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<SfAIAssistView>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<SfAIAssistView>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<SfAIAssistView>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<SfAIAssistView>.Control
    SyncActionListBase<SfAIAssistView>.GetProperty(String)
    SyncActionListBase<SfAIAssistView>.GetSortedActionItems()
    SyncActionListBase<SfAIAssistView>.GetValue(String)
    SyncActionListBase<SfAIAssistView>.SetValue(String, Object)
    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved