Ejemplo n.º 1
0
 /// <summary>
 /// Shows VisualMarker
 /// Call this method in Draw method, when you need to show VisualMarker for your style
 /// </summary>
 protected virtual void AddVisualMarker(FastColoredTextBox tb, StyleVisualMarker marker)
 {
     tb.AddVisualMarker(marker);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Shows VisualMarker
 /// Call this method in Draw method, when you need to show VisualMarker for your style
 /// </summary>
 protected virtual void AddVisualMarker(FastColoredTextBox tb, StyleVisualMarker marker)
 {
     tb.AddVisualMarker(marker);
 }