Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NChartCommand Class
Members


In This Topic
    NChartCommand Class
    In This Topic
    The NChartCommand abstract class serves as base class for all command implementations in the designer.
    Object Model
    NChartCommand Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NChartCommand 
       Implements Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NChartCommand
    public abstract class NChartCommand : Nevron.INReferenceHolder  
    Remarks
    Commands are only implementing state and execution logic. In this way they can be used from any type of UI. Commands can create Nevron UI command contexts (via the CreateCommandContext abstract method) and in this way connect with the Nevron UI Command Bars.
    Inheritance Hierarchy

    System.Object
       Nevron.Chart.WinForm.NChartCommand
          Nevron.Chart.WinForm.NChartButtonCommand

    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