FastColoredTextBoxNS.Style.AddVisualMarker C# (CSharp) 메소드

AddVisualMarker() 보호된 메소드

Shows VisualMarker Call this method in Draw method, when you need to show VisualMarker for your style
protected AddVisualMarker ( FastColoredTextBox tb, StyleVisualMarker marker ) : void
tb FastColoredTextBox
marker StyleVisualMarker
리턴 void
        protected virtual void AddVisualMarker(FastColoredTextBox tb, StyleVisualMarker marker)
        {
            tb.AddVisualMarker(marker);
        }