Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / Bookmark Class / IsRemoved Property

In This Topic
    IsRemoved Property
    In This Topic
    Returns true if the bookmark is removed during editing in a custom dialog.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsRemoved As System.Boolean
    public System.bool IsRemoved {get;}
    Remarks
    Use this property to determine if the bookmark has been removed to update your custom dialog's UI.
    See Also