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


In This Topic
    NDiagramMenuCommand Class
    In This Topic
    The NDiagramMenuCommand abstract class perpresents a menu command
    Object Model
    NDiagramMenuCommand Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NDiagramMenuCommand 
       Inherits NDiagramCommand
       Implements INDiagramMenuCommand, Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NDiagramMenuCommand
    public abstract class NDiagramMenuCommand : NDiagramCommand, INDiagramMenuCommand, Nevron.INReferenceHolder  
    Remarks
    It implements the INDiagramMenuCommand interface, which has only one property - Items, through which you control the ids of the diagram commands displayed by the menu.
    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