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