Gtk.TextMark.Deleted Property
Whether or not the mark has been removed

Syntax

public bool Deleted { get; }

Value

Returns true if the mark has been removed from its buffer.

Remarks

Returns true if the mark has been removed from its buffer with TextBuffer.DeleteMark(TextMark). Marks can't be used once they are deleted.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)