ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1JumpList Class / Items Property

In This Topic
    Items Property
    In This Topic
    Gets the collection of C1JumpItem objects that are displayed in the Jump List.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1JumpList.Items", "Collection of C1JumpItem objects that are displayed in the Jump List.")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property Items As JumpItemCollection
    [C1Description("C1JumpList.Items", "Collection of C1JumpItem objects that are displayed in the Jump List.")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public JumpItemCollection Items {get;}
    See Also