Returns true if the bookmark is removed during editing in a custom dialog.

Namespace:  C1.Win.XmlEditor.UICustomization
Assembly:  C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)

Syntax

C#
public bool IsRemoved { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsRemoved As Boolean

Remarks

Use this property to determine if the bookmark has been removed to update your custom dialog's UI.

See Also