ComponentOne Windows 7 Control Pack for WinForms
KnownCategory Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1JumpList Class : KnownCategory Property
Gets or sets the type of a known category to display.
Syntax
<NotifyParentPropertyAttribute(True)>
<C1DescriptionAttribute("The type of a known category to display.")>
<DefaultValueAttribute()>
Public Property KnownCategory As JumpListKnownCategory
Dim instance As C1JumpList
Dim value As JumpListKnownCategory
 
instance.KnownCategory = value
 
value = instance.KnownCategory
[NotifyParentProperty(true)]
[C1Description("The type of a known category to display.")]
[DefaultValue()]
public JumpListKnownCategory KnownCategory {get; set;}
[NotifyParentProperty(true)]
[C1Description("The type of a known category to display.")]
[DefaultValue()]
public:
property JumpListKnownCategory KnownCategory {
   JumpListKnownCategory get();
   void set (    JumpListKnownCategory value);
}
See Also

Reference

C1JumpList Class
C1JumpList Members