Exemplo n.º 1
0
 public ASSTextBoxRegExPaint(int f, int l, Color c, Font fn, RichTextBoxWithSpecialUnderlines.UnderlineStyle s)
     : this(f, l, c, fn)
 {
     underlineStyle = s;
     underlineColor = RichTextBoxWithSpecialUnderlines.UnderlineColor.Red;
 }
Exemplo n.º 2
0
 public ASSTextBoxRegExPaint(int f, int l, Color c, Font fn)
 {
     selectFrom = f;
     selectLength = l;
     selectColor = c;
     selectFont = fn;
     underlineStyle = RichTextBoxWithSpecialUnderlines.UnderlineStyle.None;
     underlineColor = RichTextBoxWithSpecialUnderlines.UnderlineColor.Black;
 }