ToolStripRenderer Methods

 

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateDisabledImage(Image^)

Creates a gray-scale copy of a given image.

System_CAPS_pubmethodDrawArrow(ToolStripArrowRenderEventArgs^)

Draws an arrow on a ToolStripItem.

System_CAPS_pubmethodDrawButtonBackground(ToolStripItemRenderEventArgs^)

Draws the background for a ToolStripButton.

System_CAPS_pubmethodDrawDropDownButtonBackground(ToolStripItemRenderEventArgs^)

Draws the background for a ToolStripDropDownButton.

System_CAPS_pubmethodDrawGrip(ToolStripGripRenderEventArgs^)

Draws a move handle on a ToolStrip.

System_CAPS_pubmethodDrawImageMargin(ToolStripRenderEventArgs^)

Draws the space around an image on a ToolStrip.

System_CAPS_pubmethodDrawItemBackground(ToolStripItemRenderEventArgs^)

Draws the background for a ToolStripItem.

System_CAPS_pubmethodDrawItemCheck(ToolStripItemImageRenderEventArgs^)

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

System_CAPS_pubmethodDrawItemImage(ToolStripItemImageRenderEventArgs^)

Draws an image on a ToolStripItem.

System_CAPS_pubmethodDrawItemText(ToolStripItemTextRenderEventArgs^)

Draws text on a ToolStripItem.

System_CAPS_pubmethodDrawLabelBackground(ToolStripItemRenderEventArgs^)

Draws the background for a ToolStripLabel.

System_CAPS_pubmethodDrawMenuItemBackground(ToolStripItemRenderEventArgs^)

Draws the background for a ToolStripMenuItem.

System_CAPS_pubmethodDrawOverflowButtonBackground(ToolStripItemRenderEventArgs^)

Draws the background for an overflow button.

System_CAPS_pubmethodDrawSeparator(ToolStripSeparatorRenderEventArgs^)
System_CAPS_pubmethodDrawSplitButton(ToolStripItemRenderEventArgs^)
System_CAPS_pubmethodDrawStatusStripSizingGrip(ToolStripRenderEventArgs^)

Draws a sizing grip.

System_CAPS_pubmethodDrawToolStripBackground(ToolStripRenderEventArgs^)

Draws the background for a ToolStrip.

System_CAPS_pubmethodDrawToolStripBorder(ToolStripRenderEventArgs^)

Draws the border for a ToolStrip.

System_CAPS_pubmethodDrawToolStripContentPanelBackground(ToolStripContentPanelRenderEventArgs^)

Draws the background of the ToolStripContentPanel.

System_CAPS_pubmethodDrawToolStripPanelBackground(ToolStripPanelRenderEventArgs^)

Draws the background of the ToolStripPanel.

System_CAPS_pubmethodDrawToolStripStatusLabelBackground(ToolStripItemRenderEventArgs^)

Draws the background of the ToolStripStatusLabel.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodInitialize(ToolStrip^)

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

System_CAPS_protmethodInitializeContentPanel(ToolStripContentPanel^)

Initializes the specified ToolStripContentPanel.

System_CAPS_protmethodInitializeItem(ToolStripItem^)

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

System_CAPS_protmethodInitializePanel(ToolStripPanel^)

Initializes the specified ToolStripPanel.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodOnRenderArrow(ToolStripArrowRenderEventArgs^)

Raises the RenderArrow event.

System_CAPS_protmethodOnRenderButtonBackground(ToolStripItemRenderEventArgs^)

Raises the RenderButtonBackground event.

System_CAPS_protmethodOnRenderDropDownButtonBackground(ToolStripItemRenderEventArgs^)
System_CAPS_protmethodOnRenderGrip(ToolStripGripRenderEventArgs^)

Raises the RenderGrip event.

System_CAPS_protmethodOnRenderImageMargin(ToolStripRenderEventArgs^)

Draws the item background.

System_CAPS_protmethodOnRenderItemBackground(ToolStripItemRenderEventArgs^)

Raises the OnRenderItemBackground event.

System_CAPS_protmethodOnRenderItemCheck(ToolStripItemImageRenderEventArgs^)

Raises the RenderItemCheck event.

System_CAPS_protmethodOnRenderItemImage(ToolStripItemImageRenderEventArgs^)

Raises the RenderItemImage event.

System_CAPS_protmethodOnRenderItemText(ToolStripItemTextRenderEventArgs^)

Raises the RenderItemText event.

System_CAPS_protmethodOnRenderLabelBackground(ToolStripItemRenderEventArgs^)

Raises the RenderLabelBackground event.

System_CAPS_protmethodOnRenderMenuItemBackground(ToolStripItemRenderEventArgs^)

Raises the RenderMenuItemBackground event.

System_CAPS_protmethodOnRenderOverflowButtonBackground(ToolStripItemRenderEventArgs^)
System_CAPS_protmethodOnRenderSeparator(ToolStripSeparatorRenderEventArgs^)

Raises the RenderSeparator event.

System_CAPS_protmethodOnRenderSplitButtonBackground(ToolStripItemRenderEventArgs^)
System_CAPS_protmethodOnRenderStatusStripSizingGrip(ToolStripRenderEventArgs^)

Raises the RenderStatusStripSizingGrip event.

System_CAPS_protmethodOnRenderToolStripBackground(ToolStripRenderEventArgs^)

Raises the RenderToolStripBackground event.

System_CAPS_protmethodOnRenderToolStripBorder(ToolStripRenderEventArgs^)

Raises the RenderToolStripBorder event.

System_CAPS_protmethodOnRenderToolStripContentPanelBackground(ToolStripContentPanelRenderEventArgs^)
System_CAPS_protmethodOnRenderToolStripPanelBackground(ToolStripPanelRenderEventArgs^)
System_CAPS_protmethodOnRenderToolStripStatusLabelBackground(ToolStripItemRenderEventArgs^)
System_CAPS_protmethodSystem_CAPS_staticScaleArrowOffsetsIfNeeded()

This API supports the product infrastructure and is not intended to be used directly from your code. Applies the F:System.Windows.Forms.ToolStripRenderer.Offset2X and F:System.Windows.Forms.ToolStripRenderer.Offset2Y specified to scaling the arrow icon, if scaling is required per the DPI settings of the computer.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: