ToolStripRenderer Events
.NET Framework 4
The ToolStripRenderer type exposes the following members.
| Name | Description | |
|---|---|---|
|
RenderArrow | Occurs when an arrow on a ToolStripItem is rendered. |
|
RenderButtonBackground | Occurs when the background for a ToolStripButton is rendered |
|
RenderDropDownButtonBackground | Occurs when the background for a ToolStripDropDownButton is rendered. |
|
RenderGrip | Occurs when the move handle for a ToolStrip is rendered. |
|
RenderImageMargin | Draws the margin between an image and its container. |
|
RenderItemBackground | Occurs when the background for a ToolStripItem is rendered. |
|
RenderItemCheck | Occurs when the image for a selected ToolStripItem is rendered. |
|
RenderItemImage | Occurs when the image for a ToolStripItem is rendered. |
|
RenderItemText | Occurs when the text for a ToolStripItem is rendered. |
|
RenderLabelBackground | Occurs when the background for a ToolStripLabel is rendered. |
|
RenderMenuItemBackground | Occurs when the background for a ToolStripMenuItem is rendered. |
|
RenderOverflowButtonBackground | Occurs when the background for an overflow button is rendered. |
|
RenderSeparator | Occurs when a ToolStripSeparator is rendered. |
|
RenderSplitButtonBackground | Occurs when the background for a ToolStripSplitButton is rendered. |
|
RenderStatusStripSizingGrip | Occurs when the display style changes. |
|
RenderToolStripBackground | Occurs when the background for a ToolStrip is rendered. |
|
RenderToolStripBorder | Occurs when the border for a ToolStrip is rendered. |
|
RenderToolStripContentPanelBackground | Draws the background of a ToolStripContentPanel. |
|
RenderToolStripPanelBackground | Draws the background of a ToolStripPanel. |
|
RenderToolStripStatusLabelBackground | Draws the background of a ToolStripStatusLabel. |