Namespace:  C1.Win.C1PrintPreview
Assembly:  C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)

Syntax

C#
public void DrawelTextHighlight(
	IDrawel d,
	Color color,
	bool background
)
Visual Basic (Declaration)
Public Sub DrawelTextHighlight ( _
	d As IDrawel, _
	color As Color, _
	background As Boolean _
)

Parameters

d
Type: IDrawel
color
Type: System.Drawing..::.Color
background
Type: System..::.Boolean

See Also