Пример #1
0
 private void Highlight()
 {
     _highlightTimer.Change(int.MaxValue, int.MaxValue);
     _highlighting = true;
     SuspendPainting();
     SelectAll();
     SelectionColor = ForeColor;
     SelectionFont  = Font;
     _visitor.Raise();
     ResumePainting();
     _highlighting = false;
 }