ToolStripItemRenderEventArgs Class
Provides data for the events that render the background of objects derived from ToolStripItem in the ToolStripRenderer class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
System::EventArgs
System.Windows.Forms::ToolStripItemRenderEventArgs
System.Windows.Forms::ToolStripItemImageRenderEventArgs
System.Windows.Forms::ToolStripItemTextRenderEventArgs
System.Windows.Forms::ToolStripSeparatorRenderEventArgs
| Name | Description | |
|---|---|---|
![]() | ToolStripItemRenderEventArgs(Graphics^, ToolStripItem^) | Initializes a new instance of the ToolStripItemRenderEventArgs class for the specified ToolStripItem and using the specified Graphics. |
| Name | Description | |
|---|---|---|
![]() | Graphics | Gets the graphics used to paint the ToolStripItem. |
![]() | Item | Gets the ToolStripItem to paint. |
![]() | ToolStrip | Gets the value of the ToolStripItem::Owner property for the ToolStripItem to paint. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The ToolStripItemRenderEventArgs class provides data for the following events:
In addition, it provides data for the following methods:
The following code example demonstrates how to override the OnRenderButtonBackground method to draw a border around a ToolStripButton control's Image. This code example is part of a larger example provided for the ToolStripRenderer class.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


