Nevron .NET Vision
Nevron.Chart.Windows Namespace / NTool Class
Properties Methods


In This Topic
    NTool Class Members
    In This Topic

    The following tables list the members exposed by NTool.

    Public Properties
     NameDescription
    Public PropertyGets or sets whether the tool will capture all mouse input when it is the active tool  
    Public PropertyGets or sets whether the tool is enabled  
    Public PropertyGets/sets the id of the element (Inherited from Nevron.Chart.NChartElement)
    Public PropertyReturns true if this tool is the active tool  
    Public PropertyUser defined name of the node (Inherited from Nevron.Chart.NChartElement)
    Public PropertyUser defined data associated with the node (Inherited from Nevron.Chart.NChartElement)
    Public PropertyGets/sets the unique id of the element (Inherited from Nevron.Chart.NChartElement)
    Top
    Public Methods
     NameDescription
    Public MethodActivates this tool.  
    Public MethodCreates an identical copy of this object (Inherited from Nevron.Chart.NChartNode)
    Public MethodCreates an identical copy of the element, which differs only by the element unique id (Inherited from Nevron.Chart.NChartElement)
    Public Method (Inherited from Nevron.Chart.NChartNode)
    Public MethodDeactivates this tool.  
    Public MethodGets a child or descendant attribute by its name (Inherited from Nevron.Chart.NChartElement)
    Public MethodGets the name of the specified child attribute (Inherited from Nevron.Chart.NChartElement)
    Public MethodGets the controller hosting this tool  
    Public MethodGets the current chart document  
    Public MethodGets the selected objects of the specified type  
    Public MethodGets the selection this tool operates on  
    Public MethodCalled by child or descendants attributes when an attribute has changed (Inherited from Nevron.Chart.NChartElement)
    Public MethodCalled by child or descendants attributes when an attribute property has changed (Inherited from Nevron.Chart.NChartElement)
    Public MethodCalled by child or descendants attributes when an attribute property is changing (Inherited from Nevron.Chart.NChartElement)
    Public MethodOn Key Down  
    Public MethodOn Key Press  
    Public MethodOn Key Up  
    Public MethodOn Mouse Down  
    Public MethodOn Mouse Enter  
    Public MethodOn Mouse Hover  
    Public MethodOn Mouse Leave  
    Public MethodOn Mouse Move  
    Public MethodOn Mouse Up  
    Public MethodOn Mouse Wheel  
    Public MethodRepaints the control  
    Public MethodRepaints the chart overlay  
    Public MethodReplaces any foreign unique ids (references to other nodes) (Inherited from Nevron.Chart.NChartElement)
    Public MethodSets a child or descendant attribute by its name (Inherited from Nevron.Chart.NChartElement)
    Public MethodOverriden to return the element name (Inherited from Nevron.Chart.NChartElement)
    Public Method (Inherited from Nevron.Chart.NChartNode)
    Top
    Protected Methods
     NameDescription
    Protected MethodCommits the current transaction (Inherited from Nevron.Chart.NChartElement)
    Protected MethodResumes the history service. Pair it with the StartProperty method. (Inherited from Nevron.Chart.NChartElement)
    Protected MethodGets the current rendering context  
    Protected MethodObtains an context tree item from the specified unique id (Inherited from Nevron.Chart.NChartElement)
    Protected Method  
    Protected MethodGets an array of selected charts  
    Protected MethodGets an array of the currently selected panels  
    Protected Method  
    Protected MethodGeneral property changed handler, which fires the NodePropertyChanged event (Inherited from Nevron.Chart.NChartNode)
    Protected MethodGeneral property changing handler, which fires the NodePropertyChanging event (Inherited from Nevron.Chart.NChartNode)
    Protected MethodSafely pauses the history service (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRecords the state of the specified property before it is changed (Inherited from Nevron.Chart.NChartElement)
    Protected MethodOverloaded. Records the entire state of the node (Inherited from Nevron.Chart.NChartElement)
    Protected MethodSafely resumes the history service (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRolls back the current transaction (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRecords the state of the specified property before it is changed and pauses the history service. Pair it with the EndProperty method. (Inherited from Nevron.Chart.NChartElement)
    Protected MethodStarts a new transaction (Inherited from Nevron.Chart.NChartElement)
    Top
    See Also