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