ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / JumpItemCollection Class
Members

In This Topic
    JumpItemCollection Class
    In This Topic
    Represents a collection of C1JumpItems.
    Object Model
    JumpItemCollection ClassC1JumpItem Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <EditorAttribute(C1.Win.C1Win7Pack.Design.JumpItemCollectionEditor, System.Drawing.Design.UITypeEditor)>
    <ListBindableAttribute(False)>
    Public Class JumpItemCollection 
       Inherits System.Collections.CollectionBase
    [DefaultMember("Item")]
    [Editor(C1.Win.C1Win7Pack.Design.JumpItemCollectionEditor, System.Drawing.Design.UITypeEditor)]
    [ListBindable(false)]
    public class JumpItemCollection : System.Collections.CollectionBase 
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          C1.Win.C1Win7Pack.JumpItemCollection

    See Also