ControlPaint::DrawStringDisabled Method (IDeviceContext^, String^, Font^, Color, Rectangle, TextFormatFlags)
.NET Framework (current version)
Draws the specified string in a disabled state on the specified graphics surface, within the specified bounds, and in the specified font, color, and format, using the specified GDI-based TextRenderer.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: static void DrawStringDisabled( IDeviceContext^ dc, String^ s, Font^ font, Color color, Rectangle layoutRectangle, TextFormatFlags format )
Parameters
- dc
-
Type:
System.Drawing::IDeviceContext^
The GDI-based TextRenderer.
- s
-
Type:
System::String^
The string to draw.
- font
-
Type:
System.Drawing::Font^
The Font to draw the string with.
- color
-
Type:
System.Drawing::Color
The Color of the background behind the string.
- layoutRectangle
-
Type:
System.Drawing::Rectangle
The RectangleF that represents the dimensions of the string.
- format
-
Type:
System.Windows.Forms::TextFormatFlags
The StringFormat to apply to the string.
.NET Framework
Available since 2.0
Available since 2.0
Show: