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


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

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

    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