ControlPaint::DrawStringDisabled Method (Graphics^, String^, Font^, Color, RectangleF, StringFormat^)

 

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.

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

public:
static void DrawStringDisabled(
	Graphics^ graphics,
	String^ s,
	Font^ font,
	Color color,
	RectangleF layoutRectangle,
	StringFormat^ format
)

Parameters

graphics
Type: System.Drawing::Graphics^

The Graphics to draw on.

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::RectangleF

The RectangleF that represents the dimensions of the string.

format
Type: System.Drawing::StringFormat^

The StringFormat to apply to the string.

.NET Framework
Available since 1.1
Return to top
Show: