menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartToolBarDropDown - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartToolBarDropDown

    Specifies the toolbar item with the drop-down menu.

    Inheritance
    System.Object
    ChartToolBarItemBase
    ChartToolBarItem
    ChartToolBarDropDown
    ChartToolBarPaletteItem
    ChartToolBarStyleItem
    ChartToolBarTypeItem
    Inherited Members
    ChartToolBarItem.Checked
    ChartToolBarItem.Image
    ChartToolBarItem.IsCheckable
    ChartToolBarItemBase.DefaultName
    ChartToolBarItemBase.Name
    ChartToolBarItemBase.Tag
    ChartToolBarItemBase.ToolTip
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Windows.dll
    Syntax
    public class ChartToolBarDropDown : ChartToolBarItem

    Constructors

    ChartToolBarDropDown()

    Initializes a new instance of the ChartToolBarDropDown class.

    Declaration
    public ChartToolBarDropDown()

    Properties

    Menu

    Gets the menu.

    Declaration
    public ContextMenu Menu { get; }
    Property Value
    Type Description
    System.Windows.Forms.ContextMenu

    The menu.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved