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

In This Topic
    KnownCategoryPosition Property
    In This Topic
    Gets or sets the known category location relative to the custom category collection.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1JumpList.KnownCategoryPosition", "Location of the known category relative to the custom category collection.")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <NotifyParentPropertyAttribute(True)>
    Public Property KnownCategoryPosition As KnownCategoryPosition
    [C1Description("C1JumpList.KnownCategoryPosition", "Location of the known category relative to the custom category collection.")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [NotifyParentProperty(true)]
    public KnownCategoryPosition KnownCategoryPosition {get; set;}
    See Also