Nevron .NET Vision
Nevron.Diagram.WinForm.Commands Namespace / NDiagramCommand Class
Members


In This Topic
    NDiagramCommand Class
    In This Topic
    The NDiagramCommand abstract class serves as base class for all command implementations in the diagram view
    Object Model
    NDiagramCommand Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NDiagramCommand 
       Implements Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NDiagramCommand
    public abstract class NDiagramCommand : Nevron.INReferenceHolder  
    Remarks
    Diagram commands are only implementing state and execution logic. In this way they can be used from any type of UI. Diagram 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
    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