www.Chart4.NET | Samples

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: 2.6.0.0 (2.6)

Syntax

C#
public Cursor hpHyperlinkCursor { get; set; }
Visual Basic (Declaration)
Public Property hpHyperlinkCursor As Cursor
Visual Basic (Usage)
Dim instance As HierarchyWin
Dim value As Cursor

value = instance.hpHyperlinkCursor

instance.hpHyperlinkCursor = value
Visual C++
public:
property Cursor^ hpHyperlinkCursor {
	Cursor^ get ();
	void set (Cursor^ value);
}
J#
/** @property */
public Cursor get_hpHyperlinkCursor()
/** @property */
public  void set_hpHyperlinkCursor(Cursor value)
JScript
public function get hpHyperlinkCursor () : Cursor
public function set hpHyperlinkCursor (value : Cursor)
JavaScript
function get_hpHyperlinkCursor();
function set_hpHyperlinkCursor(value);

Field Value

System.Windows.Forms.Cursor

Remarks

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

See Also