System.Windows.Forms
2.0.0.0
System.Windows.Forms.ToolStripItemRenderEventArgs
To be added.
Provides data for the event.
Constructor
To be added.
Initializes a new instance of the class with the specified text and text properties.
The used to draw the text.
The on which to draw the text.
The text to be drawn.
The that represents the bounds to draw the text in.
The used to draw the text.
The used to draw the text.
The that specifies the vertical and horizontal alignment of the text in the bounding area.
2.0.0.0
Constructor
To be added.
Initializes a new instance of the class with the specified text and text properties format.
The used to draw the text.
The on which to draw the text.
The text to be drawn.
The that represents the bounds to draw the text in.
The used to draw the text.
The used to draw the text.
The display and layout information for text strings.
2.0.0.0
Property
System.String
To be added.
To be added.
Gets or sets the text to be drawn on the .
2.0.0.0
Property
System.Drawing.Color
To be added.
To be added.
Gets or sets the color of the text.
2.0.0.0
Property
System.Windows.Forms.ToolStripTextDirection
To be added.
To be added.
Gets or sets whether the text is drawn vertically or horizontally.
2.0.0.0
Property
System.Drawing.Font
To be added.
To be added.
Gets or sets the font of the text drawn on the .
2.0.0.0
Property
System.Windows.Forms.TextFormatFlags
To be added.
To be added.
Gets or sets the display and layout information of the text drawn on the .
2.0.0.0
Property
System.Drawing.Rectangle
To be added.
To be added.
Gets or sets the rectangle that represents the bounds to draw the text in.
2.0.0.0