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


In This Topic
    NToolAction Class
    In This Topic
    Base class for all actions that enable client / server tools
    Object Model
    NToolAction Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.ThinWeb.NTool)>
    <System.SerializableAttribute()>
    Public MustInherit Class NToolAction 
       Inherits NCheckAction
       Implements Nevron.Dom.INNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NToolAction
    [System.Xml.Serialization.XmlInclude(Nevron.ThinWeb.NTool)]
    [System.Serializable()]
    public abstract class NToolAction : NCheckAction, Nevron.Dom.INNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.ThinWeb.NNode
          Nevron.ThinWeb.NAction
             Nevron.ThinWeb.NCheckAction
                Nevron.ThinWeb.NToolAction
                   Nevron.Chart.ThinWeb.NToggleChartToolAction
                   Nevron.Chart.ThinWeb.NTogglePanelDragToolAction
                   Nevron.Diagram.ThinWeb.NTogglePanToolAction
                   Nevron.Diagram.ThinWeb.NToggleRectZoomToolAction
                   Nevron.ThinWeb.NToggleBrowserRedirectToolAction
                   Nevron.ThinWeb.NToggleCursorToolAction
                   Nevron.ThinWeb.NToggleTooltipToolAction

    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