Nevron.Chart.Windows Namespace / NDragTool Class / Cursor Property


Cursor Property (NDragTool)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("General")>
<System.ComponentModel.DescriptionAttribute("Controls the cursor displayed by the control when the operation is active.")>
<System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.Cursor, "SizeAll")>
<System.Xml.Serialization.XmlIgnoreAttribute()>
Public Property Cursor As System.Windows.Forms.Cursor
 
'Usage
 
Dim instance As NDragTool
Dim value As System.Windows.Forms.Cursor
 
instance.Cursor = value
 
value = instance.Cursor
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also