ToolStripSystemRenderer Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CreateDisabledImage | Creates a gray-scale copy of a given image. (inherited from ToolStripRenderer) |
| DrawArrow | Draws an arrow on a ToolStripItem. (inherited from ToolStripRenderer) |
| DrawButtonBackground | Draws the background for a ToolStripButton. (inherited from ToolStripRenderer) |
| DrawDropDownButtonBackground | Draws the background for a ToolStripDropDownButton. (inherited from ToolStripRenderer) |
| DrawGrip | Draws a move handle on a ToolStrip. (inherited from ToolStripRenderer) |
| DrawImageMargin | Draws the space around an image on a ToolStrip. (inherited from ToolStripRenderer) |
| DrawItemBackground | Draws the background for a ToolStripItem. (inherited from ToolStripRenderer) |
| DrawItemCheck | Draws an image on a ToolStripItem that indicates the item is in a selected state. (inherited from ToolStripRenderer) |
| DrawItemImage | Draws an image on a ToolStripItem. (inherited from ToolStripRenderer) |
| DrawItemText | Draws text on a ToolStripItem. (inherited from ToolStripRenderer) |
| DrawLabelBackground | Draws the background for a ToolStripLabel. (inherited from ToolStripRenderer) |
| DrawMenuItemBackground | Draws the background for a ToolStripMenuItem. (inherited from ToolStripRenderer) |
| DrawOverflowButtonBackground | Draws the background for an overflow button. (inherited from ToolStripRenderer) |
| DrawSeparator | Draws a ToolStripSeparator. (inherited from ToolStripRenderer) |
| DrawSplitButton | Draws a ToolStripSplitButton. (inherited from ToolStripRenderer) |
| DrawStatusStripSizingGrip | Draws a sizing grip. (inherited from ToolStripRenderer) |
| DrawToolStripBackground | Draws the background for a ToolStrip. (inherited from ToolStripRenderer) |
| DrawToolStripBorder | Draws the border for a ToolStrip. (inherited from ToolStripRenderer) |
| DrawToolStripContentPanelBackground | Draws the background of the ToolStripContentPanel. (inherited from ToolStripRenderer) |
| DrawToolStripPanelBackground | Draws the background of the ToolStripPanel. (inherited from ToolStripRenderer) |
| DrawToolStripStatusLabelBackground | Draws the background of the ToolStripStatusLabel. (inherited from ToolStripRenderer) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| Initialize | When overridden in a derived class, provides for custom initialization of the given ToolStrip. (inherited from ToolStripRenderer) |
| InitializeContentPanel | Initializes the specified ToolStripContentPanel. (inherited from ToolStripRenderer) |
| InitializeItem | When overridden in a derived class, provides for custom initialization of the given ToolStripItem. (inherited from ToolStripRenderer) |
| InitializePanel | Initializes the specified ToolStripPanel. (inherited from ToolStripRenderer) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnRenderArrow | Raises the RenderArrow event. (inherited from ToolStripRenderer) |
| OnRenderButtonBackground | Overridden. |
| OnRenderDropDownButtonBackground | Overridden. |
| OnRenderGrip | Overridden. |
| OnRenderImageMargin | Overridden. |
| OnRenderItemBackground | Overridden. |
| OnRenderItemCheck | Raises the RenderItemCheck event. (inherited from ToolStripRenderer) |
| OnRenderItemImage | Raises the RenderItemImage event. (inherited from ToolStripRenderer) |
| OnRenderItemText | Raises the RenderItemText event. (inherited from ToolStripRenderer) |
| OnRenderLabelBackground | Overridden. |
| OnRenderMenuItemBackground | Overridden. |
| OnRenderOverflowButtonBackground | Overridden. |
| OnRenderSeparator | Overridden. |
| OnRenderSplitButtonBackground | Overridden. |
| OnRenderStatusStripSizingGrip | Raises the RenderStatusStripSizingGrip event. (inherited from ToolStripRenderer) |
| OnRenderToolStripBackground | Overridden. |
| OnRenderToolStripBorder | Overridden. |
| OnRenderToolStripContentPanelBackground | Raises the RenderToolStripContentPanelBackground event. (inherited from ToolStripRenderer) |
| OnRenderToolStripPanelBackground | Raises the RenderToolStripPanelBackground event. (inherited from ToolStripRenderer) |
| OnRenderToolStripStatusLabelBackground | Overridden. |