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


In This Topic
    NDiagramCommandCollection Class
    In This Topic
    The NDiagramCommandCollection class represents a strongly typed collection containing NDiagramCommand instances
    Object Model
    NDiagramCommandCollection Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public Class NDiagramCommandCollection 
       Inherits System.Collections.CollectionBase
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NDiagramCommandCollection
    [System.Reflection.DefaultMember("Item")]
    public class NDiagramCommandCollection : System.Collections.CollectionBase, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          Nevron.Diagram.WinForm.Commands.NDiagramCommandCollection

    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