Gtk
TextBuffer
InsertMark
Gtk.TextBuffer.InsertMark Property
Returns the mark that represents the cursor (insertion point).
Syntax
public
TextMark
InsertMark
{ get; }
Value
The mark of the insert point.
Remarks
This is equivelant to calling
TextBuffer.GetMark(string)
for the mark named "insert".
Requirements
Namespace:
Gtk
Assembly:
gtk-sharp (in gtk-sharp.dll)