OnPaintLine Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
protected virtual void OnPaintLine(
	PaintLineEventArgs e
)
Visual Basic
Protected Overridable Sub OnPaintLine ( _
	e As PaintLineEventArgs _
)
Visual C++
protected:
virtual void OnPaintLine(
	PaintLineEventArgs^ e
)

See Also