ComponentOne Windows 7 Control Pack for WinForms
KnownCategoryPosition Property



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

Reference

C1JumpList Class
C1JumpList Members