ComponentOne Windows 7 Control Pack for WinForms
MaxSlots Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1JumpList Class : MaxSlots Property
Gets the maximum number of items that will be shown in the Jump List.
Syntax
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public ReadOnly Property MaxSlots As Integer
Dim instance As C1JumpList
Dim value As Integer
 
value = instance.MaxSlots
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public int MaxSlots {get;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public:
property int MaxSlots {
   int 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

Reference

C1JumpList Class
C1JumpList Members