Nevron .NET Vision
Nevron.ThinWeb Namespace / NTool Class
Members


In This Topic
    NTool Class
    In This Topic
    Object Model
    NTool Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.ThinWeb.NTool)>
    <System.SerializableAttribute()>
    Public MustInherit Class NTool 
       Inherits NNode
       Implements Nevron.Dom.INNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NTool
    [System.Xml.Serialization.XmlInclude(Nevron.ThinWeb.NTool)]
    [System.Serializable()]
    public abstract class NTool : NNode, Nevron.Dom.INNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.ThinWeb.NNode
          Nevron.ThinWeb.NTool
             Nevron.Chart.ThinWeb.NChartTool
             Nevron.Chart.ThinWeb.NPanelSelectorTool
             Nevron.Diagram.ThinWeb.NDiagramTool
             Nevron.ThinWeb.NBrowserRedirectTool
             Nevron.ThinWeb.NClientMouseEventTool
             Nevron.ThinWeb.NCursorTool
             Nevron.ThinWeb.NPostbackTool
             Nevron.ThinWeb.NServerMouseEventTool
             Nevron.ThinWeb.NTooltipTool

    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