ToolStripItemTextRenderEventArgs Constructor (Graphics^, ToolStripItem^, String^, Rectangle, Color, Font^, TextFormatFlags)
.NET Framework (current version)
Initializes a new instance of the ToolStripItemTextRenderEventArgs class with the specified text and text properties format.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public:
ToolStripItemTextRenderEventArgs(
Graphics^ g,
ToolStripItem^ item,
String^ text,
Rectangle textRectangle,
Color textColor,
Font^ textFont,
TextFormatFlags format
)
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.
- format
-
Type:
System.Windows.Forms::TextFormatFlags
The display and layout information for text strings.
.NET Framework
Available since 2.0
Available since 2.0
Show: