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


In This Topic
    Cursor Property (NDragTool)
    In This Topic
    Controls the cursor displayed by the control when the operation is active.
    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
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Controls the cursor displayed by the control when the operation is active.")]
    [System.ComponentModel.DefaultValue(System.Windows.Forms.Cursor, "SizeAll")]
    [System.Xml.Serialization.XmlIgnore()]
    public System.Windows.Forms.Cursor Cursor {get; set;}
    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