Open RizwanSaeedi opened 7 years ago
Like marker sample - handle PaintLine event:
private void fctb_PaintLine(object sender, PaintLineEventArgs e)
{
if (e.LineIndex == 2)
e.Graphics.FillRectangle(Brushes.MistyRose, 0, e.LineRect.Top, fctb.LeftIndent - 10, e.LineRect.Height);
}
Solved . Thanks
how to highlight line number where there is error in code . highlight like mark selected line . with red color manually