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

In This Topic
    Modified Property
    In This Topic
    Gets the value that indicates whether the Jump List was modified since the last call to the Apply method.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property Modified As Boolean
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public bool Modified {get; set;}
    Remarks
    This property doesn't affect anything. It is for information purpose only.
    See Also