www.Chart4.NET (Documentation) |
Samples 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.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public Cursor hpHyperlinkCursor { get; set; }
public Cursor hpHyperlinkCursor { get; set; }
Public Property hpHyperlinkCursor As Cursor
Get
Set
Public Property hpHyperlinkCursor As Cursor
Get
Set
public:
property Cursor^ hpHyperlinkCursor {
Cursor^ get ();
void set (Cursor^ value);
}
member hpHyperlinkCursor : Cursor with get, set
member hpHyperlinkCursor : Cursor with get, set
/** @property */
public Cursor get_hpHyperlinkCursor()
/** @property */
public void set_hpHyperlinkCursor(Cursor value)
/** @property */
public Cursor get_hpHyperlinkCursor()
/** @property */
public void set_hpHyperlinkCursor(Cursor value)
Field Value
System.Windows.Forms.Cursor
See also
hpHyperlinkBrush, hpcSettings.
Node_HyperlinkEnabled, hpcSettings.
Node_HyperlinkEnabledList and hpcSettings.
Node_HyperlinkUnderline.