Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommandContextCollection Class
Members


In This Topic
    NCommandContextCollection Class
    In This Topic
    Represents a collection of NCommandContext objects.
    Object Model
    NCommandContextCollection Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.ComponentModel.EditorAttribute(Nevron.UI.WinForm.Controls.NCommandContextCollectionEditor, System.Drawing.Design.UITypeEditor)>
    Public Class NCommandContextCollection 
       Inherits NCollectionBase
       Implements Nevron.UI.INSuspendable 
    'Usage
     
    
    Dim instance As NCommandContextCollection
    [System.Reflection.DefaultMember("Item")]
    [System.ComponentModel.Editor(Nevron.UI.WinForm.Controls.NCommandContextCollectionEditor, System.Drawing.Design.UITypeEditor)]
    public class NCommandContextCollection : NCollectionBase, Nevron.UI.INSuspendable  
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          Nevron.UI.WinForm.Controls.NCollectionBase
             Nevron.UI.WinForm.Controls.NCommandContextCollection

    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