OnPaintBackground 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 override void OnPaintBackground(
	PaintEventArgs e
)
Visual Basic
Protected Overrides Sub OnPaintBackground ( _
	e As PaintEventArgs _
)
Visual C++
protected:
virtual void OnPaintBackground(
	PaintEventArgs^ e
) override

See Also