ToolStripSystemRenderer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handles the painting functionality for ToolStrip objects, using system colors and a flat visual style.
public ref class ToolStripSystemRenderer : System::Windows::Forms::ToolStripRenderer
public class ToolStripSystemRenderer : System.Windows.Forms.ToolStripRenderer
type ToolStripSystemRenderer = class
inherit ToolStripRenderer
Public Class ToolStripSystemRenderer
Inherits ToolStripRenderer
- Inheritance
Remarks
ToolStripSystemRenderer applies system colors and a flat visual style to ToolStrip applications.
By default, the ToolStripSystemRenderer applies a palette of SystemColors and visual styles, if visual styles are enabled for the application.
Constructors
ToolStripSystemRenderer() |
Initializes a new instance of the ToolStripSystemRenderer class. |
Methods
Events
RenderArrow |
Occurs when an arrow on a ToolStripItem is rendered. (Inherited from ToolStripRenderer) |
RenderButtonBackground |
Occurs when the background for a ToolStripButton is rendered. (Inherited from ToolStripRenderer) |
RenderDropDownButtonBackground |
Occurs when the background for a ToolStripDropDownButton is rendered. (Inherited from ToolStripRenderer) |
RenderGrip |
Occurs when the move handle for a ToolStrip is rendered. (Inherited from ToolStripRenderer) |
RenderImageMargin |
Draws the margin between an image and its container. (Inherited from ToolStripRenderer) |
RenderItemBackground |
Occurs when the background for a ToolStripItem is rendered. (Inherited from ToolStripRenderer) |
RenderItemCheck |
Occurs when the image for a selected ToolStripItem is rendered. (Inherited from ToolStripRenderer) |
RenderItemImage |
Occurs when the image for a ToolStripItem is rendered. (Inherited from ToolStripRenderer) |
RenderItemText |
Occurs when the text for a ToolStripItem is rendered. (Inherited from ToolStripRenderer) |
RenderLabelBackground |
Occurs when the background for a ToolStripLabel is rendered. (Inherited from ToolStripRenderer) |
RenderMenuItemBackground |
Occurs when the background for a ToolStripMenuItem is rendered. (Inherited from ToolStripRenderer) |
RenderOverflowButtonBackground |
Occurs when the background for an overflow button is rendered. (Inherited from ToolStripRenderer) |
RenderSeparator |
Occurs when a ToolStripSeparator is rendered. (Inherited from ToolStripRenderer) |
RenderSplitButtonBackground |
Occurs when the background for a ToolStripSplitButton is rendered. (Inherited from ToolStripRenderer) |
RenderStatusStripSizingGrip |
Occurs when the display style changes. (Inherited from ToolStripRenderer) |
RenderToolStripBackground |
Occurs when the background for a ToolStrip is rendered. (Inherited from ToolStripRenderer) |
RenderToolStripBorder |
Occurs when the border for a ToolStrip is rendered. (Inherited from ToolStripRenderer) |
RenderToolStripContentPanelBackground |
Draws the background of a ToolStripContentPanel. (Inherited from ToolStripRenderer) |
RenderToolStripPanelBackground |
Draws the background of a ToolStripPanel. (Inherited from ToolStripRenderer) |
RenderToolStripStatusLabelBackground |
Draws the background of a ToolStripStatusLabel. (Inherited from ToolStripRenderer) |