Nevron .NET Vision
Nevron.Chart.Windows Namespace / NCursorTool Class
Members


In This Topic
    NCursorTool Class
    In This Topic
    When present in the Tools collection instructs the control to change the mouse cursor depending on the underlying chart object.
    Object Model
    NCursorTool Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <NIconAttribute("Resources.Icons.Tools.MouseCursor.png")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Chart.Windows.NAxisScrollTool)>
    <System.ComponentModel.TypeConverterAttribute(Nevron.Chart.NChartNodeTypeConverter)>
    <System.SerializableAttribute()>
    Public Class NCursorTool 
       Inherits NInteractivityTool
       Implements Nevron.Chart.INChartElement, Nevron.Dom.INAttributeContainer, Nevron.Dom.INAttributeObserver, Nevron.Dom.INElement, Nevron.Dom.INIdentifiable, Nevron.Dom.INNamed, Nevron.Dom.INNode, Nevron.Dom.INUniquelyIdentifiable, Nevron.Editors.INDomEditableNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NCursorTool
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [NIcon("Resources.Icons.Tools.MouseCursor.png")]
    [System.Xml.Serialization.XmlInclude(Nevron.Chart.Windows.NAxisScrollTool)]
    [System.ComponentModel.TypeConverter(Nevron.Chart.NChartNodeTypeConverter)]
    [System.Serializable()]
    public class NCursorTool : NInteractivityTool, Nevron.Chart.INChartElement, Nevron.Dom.INAttributeContainer, Nevron.Dom.INAttributeObserver, Nevron.Dom.INElement, Nevron.Dom.INIdentifiable, Nevron.Dom.INNamed, Nevron.Dom.INNode, Nevron.Dom.INUniquelyIdentifiable, Nevron.Editors.INDomEditableNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Remarks
    By default all chart objects have the default cursor so you must also modify the Cursor property of the objects that you want to change the mouse cursor.
    Inheritance Hierarchy

    System.Object
       Nevron.Chart.NChartNode
          Nevron.Chart.NChartElement
             Nevron.Chart.Windows.NTool
                Nevron.Chart.Windows.NInteractivityTool
                   Nevron.Chart.Windows.NCursorTool

    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