HierarchyWin hpMenu4ToolStrip Property Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

Toolstrip containing chart options menu to display on top of the chart. Use OnlineToolStrip members or designer to add/remove items in the toolstrip.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public HierarchyToolStrip hpMenu4ToolStrip { get; set; }
/** @property */
public HierarchyToolStrip get_hpMenu4ToolStrip()
/** @property */
public void set_hpMenu4ToolStrip(HierarchyToolStrip value)

Field Value

System.Windows.Forms.ToolStrip
Remarks

Set AvailableOnChart property to true to see the toolstrip on the chart. See OnlineToolStrip members. To add events to the (newly added) items, access the control from source code window.
See Also