alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ResponseToolBarItem

    Represents a configuration object used to describe a response toolbar item's appearance and behavior.

    Inheritance
    System.Object
    ToolBarItemBase
    ResponseToolBarItem
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ToolBarItemBase.Alignment
    ToolBarItemBase.CustomPaint
    ToolBarItemBase.Icon
    ToolBarItemBase.IsVisible
    ToolBarItemBase.Name
    ToolBarItemBase.OnPropertyChanged(PropertyChangedEventArgs)
    ToolBarItemBase.PropertyChanged
    ToolBarItemBase.Text
    ToolBarItemBase.ToolTip
    Namespace: Syncfusion.WinForms.AIAssistView
    Assembly: Syncfusion.SfAIAssistView.WinForms.dll
    Syntax
    public class ResponseToolBarItem : ToolBarItemBase, INotifyPropertyChanged

    Constructors

    ResponseToolBarItem()

    Initializes a new instance of the ResponseToolBarItem class.

    Declaration
    public ResponseToolBarItem()

    Properties

    ItemType

    Gets or sets the functional category of the toolbar item.

    Declaration
    public ResponseToolBarItemType ItemType { get; set; }
    Property Value
    Type
    ResponseToolBarItemType

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved