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

Mouse-over cursor for hyperlinks in hierarchy nodes. See also hpcSettings.Node_HyperlinkEnabled, hpcSettings.Node_HyperlinkEnabledList and hpcSettings.Node_HyperlinkUnderline.

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

public Cursor hpHyperlinkCursor { get; set; }
/** @property */
public Cursor get_hpHyperlinkCursor()
/** @property */
public void set_hpHyperlinkCursor(Cursor value)

Field Value

System.Windows.Forms.Cursor
Remarks

See also hpHyperlinkBrush, hpcSettings.Node_HyperlinkEnabled, hpcSettings.Node_HyperlinkEnabledList and hpcSettings.Node_HyperlinkUnderline.
See Also