System.Windows.Forms.ToolStripRenderer: Method Members

The methods of System.Windows.Forms.ToolStripRenderer are listed below. For a list of all members, see the ToolStripRenderer Members list.

See Also: Inherited members from System.Object

Public Methods

static
CreateDisabledImage(System.Drawing.Image) : System.Drawing.Image

Creates a gray-scale copy of a given image.

DrawArrow(ToolStripArrowRenderEventArgs)

Draws an arrow on a System.Windows.Forms.ToolStripItem.

DrawButtonBackground(ToolStripItemRenderEventArgs)

Draws the background for a System.Windows.Forms.ToolStripButton.

DrawDropDownButtonBackground(ToolStripItemRenderEventArgs)

Draws the background for a System.Windows.Forms.ToolStripDropDownButton.

DrawGrip(ToolStripGripRenderEventArgs)

Draws a move handle on a System.Windows.Forms.ToolStrip.

DrawImageMargin(ToolStripRenderEventArgs)

Draws the space around an image on a System.Windows.Forms.ToolStrip.

DrawItemBackground(ToolStripItemRenderEventArgs)

Draws the background for a System.Windows.Forms.ToolStripItem.

DrawItemCheck(ToolStripItemImageRenderEventArgs)

Draws an image on a System.Windows.Forms.ToolStripItem that indicates the item is in a selected state.

DrawItemImage(ToolStripItemImageRenderEventArgs)

Draws an image on a System.Windows.Forms.ToolStripItem.

DrawItemText(ToolStripItemTextRenderEventArgs)

Draws text on a System.Windows.Forms.ToolStripItem.

DrawLabelBackground(ToolStripItemRenderEventArgs)

Draws the background for a System.Windows.Forms.ToolStripLabel.

DrawMenuItemBackground(ToolStripItemRenderEventArgs)

Draws the background for a System.Windows.Forms.ToolStripMenuItem.

DrawOverflowButtonBackground(ToolStripItemRenderEventArgs)

Draws the background for an overflow button.

DrawSeparator(ToolStripSeparatorRenderEventArgs)

Draws a System.Windows.Forms.ToolStripSeparator.

DrawSplitButton(ToolStripItemRenderEventArgs)

Draws a System.Windows.Forms.ToolStripSplitButton.

DrawStatusStripSizingGrip(ToolStripRenderEventArgs)

Draws a sizing grip.

DrawToolStripBackground(ToolStripRenderEventArgs)

Draws the background for a System.Windows.Forms.ToolStrip.

DrawToolStripBorder(ToolStripRenderEventArgs)

Draws the border for a System.Windows.Forms.ToolStrip.

DrawToolStripContentPanelBackground(ToolStripContentPanelRenderEventArgs)

Draws the background of the System.Windows.Forms.ToolStripContentPanel.

DrawToolStripPanelBackground(ToolStripPanelRenderEventArgs)

Draws the background of the System.Windows.Forms.ToolStripPanel.

DrawToolStripStatusLabelBackground(ToolStripItemRenderEventArgs)

Draws the background of the System.Windows.Forms.ToolStripStatusLabel.

Protected Methods

Initialize(ToolStrip)

When overridden in a derived class, provides for custom initialization of the given System.Windows.Forms.ToolStrip.

InitializeContentPanel(ToolStripContentPanel)

Initializes the specified System.Windows.Forms.ToolStripContentPanel.

InitializeItem(ToolStripItem)

When overridden in a derived class, provides for custom initialization of the given System.Windows.Forms.ToolStripItem.

InitializePanel(ToolStripPanel)

Initializes the specified System.Windows.Forms.ToolStripPanel.

OnRenderArrow(ToolStripArrowRenderEventArgs)

Raises the ToolStripRenderer.RenderArrow event.

OnRenderButtonBackground(ToolStripItemRenderEventArgs)

Raises the ToolStripRenderer.RenderButtonBackground event.

OnRenderDropDownButtonBackground(ToolStripItemRenderEventArgs)

Raises the ToolStripRenderer.RenderDropDownButtonBackground event.

OnRenderGrip(ToolStripGripRenderEventArgs)

Raises the ToolStripRenderer.RenderGrip event.

OnRenderImageMargin(ToolStripRenderEventArgs)

Draws the item background.

OnRenderItemBackground(ToolStripItemRenderEventArgs)

Raises the ToolStripSystemRenderer.OnRenderItemBackground(ToolStripItemRenderEventArgs) event.

OnRenderItemCheck(ToolStripItemImageRenderEventArgs)

Raises the ToolStripRenderer.RenderItemCheck event.

OnRenderItemImage(ToolStripItemImageRenderEventArgs)

Raises the ToolStripRenderer.RenderItemImage event.

OnRenderItemText(ToolStripItemTextRenderEventArgs)

Raises the ToolStripRenderer.RenderItemText event.

OnRenderLabelBackground(ToolStripItemRenderEventArgs)

Raises the ToolStripRenderer.RenderLabelBackground event.

OnRenderMenuItemBackground(ToolStripItemRenderEventArgs)

Raises the ToolStripRenderer.RenderMenuItemBackground event.

OnRenderOverflowButtonBackground(ToolStripItemRenderEventArgs)

Raises the ToolStripRenderer.RenderOverflowButtonBackground event.

OnRenderSeparator(ToolStripSeparatorRenderEventArgs)

Raises the ToolStripRenderer.RenderSeparator event.

OnRenderSplitButtonBackground(ToolStripItemRenderEventArgs)

Raises the ToolStripRenderer.OnRenderSplitButtonBackground(ToolStripItemRenderEventArgs) event.

OnRenderStatusStripSizingGrip(ToolStripRenderEventArgs)

Raises the ToolStripRenderer.RenderStatusStripSizingGrip event.

OnRenderToolStripBackground(ToolStripRenderEventArgs)

Raises the ToolStripRenderer.RenderToolStripBackground event.

OnRenderToolStripBorder(ToolStripRenderEventArgs)

Raises the ToolStripRenderer.RenderToolStripBorder event.

OnRenderToolStripContentPanelBackground(ToolStripContentPanelRenderEventArgs)

Raises the ToolStripRenderer.RenderToolStripContentPanelBackground event.

OnRenderToolStripPanelBackground(ToolStripPanelRenderEventArgs)

Raises the ToolStripRenderer.RenderToolStripPanelBackground event.

OnRenderToolStripStatusLabelBackground(ToolStripItemRenderEventArgs)

Raises the ToolStripRenderer.RenderToolStripStatusLabelBackground event.