Hem / Tips & tricks
private void tryMarkAll() { rTBDoc.Focus(); int start = 72; int total = rTBDoc.Rtf.Length; ; rTBDoc.Select(start, total); }