TextBoxRenderer::DrawTextBox Method

 

Draws a text box control with the current visual style of the operating system.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDrawTextBox(Graphics^, Rectangle, String^, Font^, Rectangle, TextBoxState)

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

System_CAPS_pubmethodSystem_CAPS_staticDrawTextBox(Graphics^, Rectangle, String^, Font^, Rectangle, TextFormatFlags, TextBoxState)

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

System_CAPS_pubmethodSystem_CAPS_staticDrawTextBox(Graphics^, Rectangle, String^, Font^, TextBoxState)

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

System_CAPS_pubmethodSystem_CAPS_staticDrawTextBox(Graphics^, Rectangle, String^, Font^, TextFormatFlags, TextBoxState)

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

System_CAPS_pubmethodSystem_CAPS_staticDrawTextBox(Graphics^, Rectangle, TextBoxState)

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

Return to top
Show: