System.Windows.Forms.VisualStyles.VisualStyleRenderer.DrawText Method

Draws text in the specified bounds using default formatting.

Syntax

public void DrawText (System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw)

Parameters

dc
The System.Drawing.IDeviceContext used to draw the text.
bounds
A System.Drawing.Rectangle in which to draw the text.
textToDraw
The text to draw.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0