Class ChartToolBarDropDown
Specifies the toolbar item with the drop-down menu.
Inheritance
System.Object
ChartToolBarDropDown
Inherited Members
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. |