ComponentOne Windows 7 Control Pack for WinForms
RefreshOnStartup Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1JumpList Class : RefreshOnStartup Property
Gets or sets a value that indicates whether the Jump List should be refreshed when the program starts up.
Syntax
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<C1DescriptionAttribute("Indicates whether the Jump List should be refreshed when the program starts up.")>
Public Property RefreshOnStartup As Boolean
Dim instance As C1JumpList
Dim value As Boolean
 
instance.RefreshOnStartup = value
 
value = instance.RefreshOnStartup
[DefaultValue()]
[NotifyParentProperty(true)]
[C1Description("Indicates whether the Jump List should be refreshed when the program starts up.")]
public bool RefreshOnStartup {get; set;}
[DefaultValue()]
[NotifyParentProperty(true)]
[C1Description("Indicates whether the Jump List should be refreshed when the program starts up.")]
public:
property bool RefreshOnStartup {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1JumpList Class
C1JumpList Members