ToolStripItemTextRenderEventArgs Properties
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Graphics | Gets the graphics used to paint the ToolStripItem.(Inherited from ToolStripItemRenderEventArgs.) |
![]() | Item | Gets the ToolStripItem to paint.(Inherited from ToolStripItemRenderEventArgs.) |
![]() | Text | Gets or sets the text to be drawn on the ToolStripItem. |
![]() | TextColor | Gets or sets the color of the ToolStripItem text. |
![]() | TextDirection | Gets or sets whether the text is drawn vertically or horizontally. |
![]() | TextFont | Gets or sets the font of the text drawn on the ToolStripItem. |
![]() | TextFormat | Gets or sets the display and layout information of the text drawn on the ToolStripItem. |
![]() | TextRectangle | Gets or sets the rectangle that represents the bounds to draw the text in. |
![]() | ToolStrip | Gets the value of the ToolStripItem::Owner property for the ToolStripItem to paint.(Inherited from ToolStripItemRenderEventArgs.) |
Show:
