The
methods
of System.Windows.Forms.TextBoxRenderer are listed below. For a list of all members, see the TextBoxRenderer Members list.
See Also: Inherited members from System.Object
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.
|