alexa
menu

WinForms

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

    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
    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 ContextMenuStrip Menu { get; }
    Property Value
    Type Description
    System.Windows.Forms.ContextMenuStrip

    The menu.

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