alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ResponseToolBarItemType

    Defines the functional roles of response toolbar buttons.

    Inheritance
    System.Object
    ResponseToolBarItemType
    Namespace: Syncfusion.WinForms.AIAssistView
    Assembly: Syncfusion.SfAIAssistView.WinForms.dll
    Syntax
    public sealed class ResponseToolBarItemType : Enum

    Fields

    Copy

    Triggers clipboard copy operations for the message text.

    Declaration
    public const ResponseToolBarItemType Copy
    Field Value
    Type
    ResponseToolBarItemType

    Custom

    Allows for user-defined custom logic.

    Declaration
    public const ResponseToolBarItemType Custom
    Field Value
    Type
    ResponseToolBarItemType

    Dislike

    Represents negative feedback (right-aligned by default).

    Declaration
    public const ResponseToolBarItemType Dislike
    Field Value
    Type
    ResponseToolBarItemType

    Like

    Represents positive feedback (right-aligned by default).

    Declaration
    public const ResponseToolBarItemType Like
    Field Value
    Type
    ResponseToolBarItemType

    Regenerate

    Restarts the response generation flow for the associated message.

    Declaration
    public const ResponseToolBarItemType Regenerate
    Field Value
    Type
    ResponseToolBarItemType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved