Shows VisualMarker
Call this method in Draw method, when you need to show VisualMarker for your style
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
protected virtual void AddVisualMarker( FastColoredTextBox tb, StyleVisualMarker marker ) |
Visual Basic |
---|
Protected Overridable Sub AddVisualMarker ( _ tb As FastColoredTextBox, _ marker As StyleVisualMarker _ ) |
Visual C++ |
---|
protected: virtual void AddVisualMarker( FastColoredTextBox^ tb, StyleVisualMarker^ marker ) |
Parameters
- marker
- Type: FastColoredTextBoxNS..::..StyleVisualMarker