System.Windows.Forms.TextBoxRenderer Members

The members of System.Windows.Forms.TextBoxRenderer are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
static
IsSupportedbool.

Gets a value indicating whether the System.Windows.Forms.TextBoxRenderer class can be used to draw a text box with visual styles.

Public Methods

static
DrawTextBox(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.TextBoxState)

Draws a text box control in the specified state and bounds.

static
DrawTextBox(System.Drawing.Graphics, System.Drawing.Rectangle, string, System.Drawing.Font, System.Windows.Forms.VisualStyles.TextBoxState)

Draws a text box control in the specified state and bounds, and with the specified text.

static
DrawTextBox(System.Drawing.Graphics, System.Drawing.Rectangle, string, System.Drawing.Font, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.TextBoxState)

Draws a text box control in the specified state and bounds, and with the specified text and text bounds.

static
DrawTextBox(System.Drawing.Graphics, System.Drawing.Rectangle, string, System.Drawing.Font, TextFormatFlags, System.Windows.Forms.VisualStyles.TextBoxState)

Draws a text box control in the specified state and bounds, and with the specified text and text formatting.

static
DrawTextBox(System.Drawing.Graphics, System.Drawing.Rectangle, string, System.Drawing.Font, System.Drawing.Rectangle, TextFormatFlags, System.Windows.Forms.VisualStyles.TextBoxState)

Draws a text box control in the specified state and bounds, and with the specified text, text bounds, and text formatting.