ToolStripItemTextRenderEventArgs Constructor (Graphics^, ToolStripItem^, String^, Rectangle, Color, Font^, ContentAlignment)

 

Initializes a new instance of the ToolStripItemTextRenderEventArgs class with the specified text and text properties.

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

public:
ToolStripItemTextRenderEventArgs(
	Graphics^ g,
	ToolStripItem^ item,
	String^ text,
	Rectangle textRectangle,
	Color textColor,
	Font^ textFont,
	ContentAlignment textAlign
)

Parameters

g
Type: System.Drawing::Graphics^

The Graphics used to draw the text.

item
Type: System.Windows.Forms::ToolStripItem^

The ToolStripItem on which to draw the text.

text
Type: System::String^

The text to be drawn.

textRectangle
Type: System.Drawing::Rectangle

The Rectangle that represents the bounds to draw the text in.

textColor
Type: System.Drawing::Color

The Color used to draw the text.

textFont
Type: System.Drawing::Font^

The Font used to draw the text.

textAlign
Type: System.Drawing::ContentAlignment

The ContentAlignment that specifies the vertical and horizontal alignment of the text in the bounding area.

.NET Framework
Available since 2.0
Return to top
Show: