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

In This Topic
    MaxSlots Property
    In This Topic
    Gets the maximum number of items that will be shown in the Jump List.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public ReadOnly Property MaxSlots As Integer
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public int MaxSlots {get;}
    Remarks
    The returned value corresponds to the "Number of recent items to display in Jump Lists" option in the "Taskbar and Start Menu Properties" - "Customize Start Menu" window. More items can be added to the Items collection, but they will not be shown in the UI.
    See Also