Represents a point in the document used for navigation.
Inheritance: ManagedRange
Exemplo n.º 1
0
 private NavigationPont NewRange(int pos)
 {
     var mr = new NavigationPont(pos, Scintilla);
     Scintilla.ManagedRanges.Add(mr);
     return mr;
 }