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

In This Topic
    RefreshOnStartup Property
    In This Topic
    Gets or sets a value that indicates whether the Jump List should be refreshed when the program starts up.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    <NotifyParentPropertyAttribute(True)>
    <C1DescriptionAttribute("C1JumpList.RefreshOnStartup", "Indicates whether the Jump List should be refreshed when the program starts up.")>
    Public Property RefreshOnStartup As Boolean
    [DefaultValue(false)]
    [NotifyParentProperty(true)]
    [C1Description("C1JumpList.RefreshOnStartup", "Indicates whether the Jump List should be refreshed when the program starts up.")]
    public bool RefreshOnStartup {get; set;}
    See Also