TextBoxRenderer.DrawTextBox Method (Graphics, Rectangle, TextBoxState)
.NET Framework 3.0
Draws a text box control in the specified state and bounds.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)
Assembly: System.Windows.Forms (in system.windows.forms.dll)
public static void DrawTextBox ( Graphics g, Rectangle bounds, TextBoxState state )
public static function DrawTextBox ( g : Graphics, bounds : Rectangle, state : TextBoxState )
Not applicable.
Parameters
- g
The Graphics used to draw the text box.
- bounds
The Rectangle that specifies the bounds of the text box.
- state
One of the TextBoxState values that specifies the visual state of the text box.
Before calling this method, you should verify that the IsSupported property returns true.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.