VitNX_MenuRenderer Class

public class VitNX_MenuRenderer : ToolStripRenderer
This language is not supported or no code example is available.
Methods
 
Name Description
Public method DrawArrow(ToolStripArrowRenderEventArgs) Draws an arrow on a ToolStripItem. (inherited from ToolStripRenderer).
Public method DrawButtonBackground(ToolStripItemRenderEventArgs) Draws the background for a ToolStripButton. (inherited from ToolStripRenderer).
Public method DrawDropDownButtonBackground(ToolStripItemRenderEventArgs) Draws the background for a ToolStripDropDownButton. (inherited from ToolStripRenderer).
Public method DrawGrip(ToolStripGripRenderEventArgs) Draws a move handle on a ToolStrip. (inherited from ToolStripRenderer).
Public method DrawImageMargin(ToolStripRenderEventArgs) Draws the space around an image on a ToolStrip. (inherited from ToolStripRenderer).
Public method DrawItemBackground(ToolStripItemRenderEventArgs) Draws the background for a ToolStripItem. (inherited from ToolStripRenderer).
Public method DrawItemCheck(ToolStripItemImageRenderEventArgs) Draws an image on a ToolStripItem that indicates the item is in a selected state. (inherited from ToolStripRenderer).
Public method DrawItemImage(ToolStripItemImageRenderEventArgs) Draws an image on a ToolStripItem. (inherited from ToolStripRenderer).
Public method DrawItemText(ToolStripItemTextRenderEventArgs) Draws text on a ToolStripItem. (inherited from ToolStripRenderer).
Public method DrawLabelBackground(ToolStripItemRenderEventArgs) Draws the background for a ToolStripLabel. (inherited from ToolStripRenderer).
Public method DrawMenuItemBackground(ToolStripItemRenderEventArgs) Draws the background for a ToolStripMenuItem. (inherited from ToolStripRenderer).
Public method DrawOverflowButtonBackground(ToolStripItemRenderEventArgs) Draws the background for an overflow button. (inherited from ToolStripRenderer).
Public method DrawSeparator(ToolStripSeparatorRenderEventArgs) Draws a ToolStripSeparator. (inherited from ToolStripRenderer).
Public method DrawSplitButton(ToolStripItemRenderEventArgs) Draws a ToolStripSplitButton. (inherited from ToolStripRenderer).
Public method DrawStatusStripSizingGrip(ToolStripRenderEventArgs) Draws a sizing grip. (inherited from ToolStripRenderer).
Public method DrawToolStripBackground(ToolStripRenderEventArgs) Draws the background for a ToolStrip. (inherited from ToolStripRenderer).
Public method DrawToolStripBorder(ToolStripRenderEventArgs) Draws the border for a ToolStrip. (inherited from ToolStripRenderer).
Public method DrawToolStripContentPanelBackground(ToolStripContentPanelRenderEventArgs) Draws the background of the ToolStripContentPanel. (inherited from ToolStripRenderer).
Public method DrawToolStripPanelBackground(ToolStripPanelRenderEventArgs) Draws the background of the ToolStripPanel. (inherited from ToolStripRenderer).
Public method DrawToolStripStatusLabelBackground(ToolStripItemRenderEventArgs) Draws the background of the ToolStripStatusLabel. (inherited from ToolStripRenderer).
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as a hash function for a particular type. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method Initialize(ToolStrip) When overridden in a derived class, provides for custom initialization of the given ToolStrip.
Internal protected (Protected Friend) method InitializeContentPanel(ToolStripContentPanel) Initializes the specified ToolStripContentPanel. (inherited from ToolStripRenderer).
Protected method InitializeItem(ToolStripItem) When overridden in a derived class, provides for custom initialization of the given ToolStripItem.
Internal protected (Protected Friend) method InitializePanel(ToolStripPanel) Initializes the specified ToolStripPanel. (inherited from ToolStripRenderer).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Protected method OnRenderArrow(ToolStripArrowRenderEventArgs) Raises the RenderArrow event.
Protected method OnRenderButtonBackground(ToolStripItemRenderEventArgs) Raises the RenderButtonBackground event. (inherited from ToolStripRenderer).
Protected method OnRenderDropDownButtonBackground(ToolStripItemRenderEventArgs) Raises the RenderDropDownButtonBackground event. (inherited from ToolStripRenderer).
Protected method OnRenderGrip(ToolStripGripRenderEventArgs) Raises the RenderGrip event. (inherited from ToolStripRenderer).
Protected method OnRenderImageMargin(ToolStripRenderEventArgs) Draws the item background.
Protected method OnRenderItemBackground(ToolStripItemRenderEventArgs) Raises the OnRenderItemBackground event. (inherited from ToolStripRenderer).
Protected method OnRenderItemCheck(ToolStripItemImageRenderEventArgs) Raises the RenderItemCheck event.
Protected method OnRenderItemImage(ToolStripItemImageRenderEventArgs) Raises the RenderItemImage event. (inherited from ToolStripRenderer).
Protected method OnRenderItemText(ToolStripItemTextRenderEventArgs) Raises the RenderItemText event. (inherited from ToolStripRenderer).
Protected method OnRenderLabelBackground(ToolStripItemRenderEventArgs) Raises the RenderLabelBackground event. (inherited from ToolStripRenderer).
Protected method OnRenderMenuItemBackground(ToolStripItemRenderEventArgs) Raises the RenderMenuItemBackground event.
Protected method OnRenderOverflowButtonBackground(ToolStripItemRenderEventArgs) Raises the RenderOverflowButtonBackground event. (inherited from ToolStripRenderer).
Protected method OnRenderSeparator(ToolStripSeparatorRenderEventArgs) Raises the RenderSeparator event.
Protected method OnRenderSplitButtonBackground(ToolStripItemRenderEventArgs) Raises the OnRenderSplitButtonBackground event. (inherited from ToolStripRenderer).
Protected method OnRenderStatusStripSizingGrip(ToolStripRenderEventArgs) Raises the RenderStatusStripSizingGrip event. (inherited from ToolStripRenderer).
Protected method OnRenderToolStripBackground(ToolStripRenderEventArgs) Raises the RenderToolStripBackground event.
Protected method OnRenderToolStripBorder(ToolStripRenderEventArgs) Raises the RenderToolStripBorder event. (inherited from ToolStripRenderer).
Protected method OnRenderToolStripContentPanelBackground(ToolStripContentPanelRenderEventArgs) Raises the RenderToolStripContentPanelBackground event. (inherited from ToolStripRenderer).
Protected method OnRenderToolStripPanelBackground(ToolStripPanelRenderEventArgs) Raises the RenderToolStripPanelBackground event. (inherited from ToolStripRenderer).
Protected method OnRenderToolStripStatusLabelBackground(ToolStripItemRenderEventArgs) Raises the RenderToolStripStatusLabelBackground event. (inherited from ToolStripRenderer).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Events
 
Name Description
Public event RenderArrow Occurs when an arrow on a ToolStripItem is rendered. (inherited from ToolStripRenderer).
Public event RenderButtonBackground Occurs when the background for a ToolStripButton is rendered (inherited from ToolStripRenderer).
Public event RenderDropDownButtonBackground Occurs when the background for a ToolStripDropDownButton is rendered. (inherited from ToolStripRenderer).
Public event RenderGrip Occurs when the move handle for a ToolStrip is rendered. (inherited from ToolStripRenderer).
Public event RenderImageMargin Draws the margin between an image and its container. (inherited from ToolStripRenderer).
Public event RenderItemBackground Occurs when the background for a ToolStripItem is rendered. (inherited from ToolStripRenderer).
Public event RenderItemCheck Occurs when the image for a selected ToolStripItem is rendered. (inherited from ToolStripRenderer).
Public event RenderItemImage Occurs when the image for a ToolStripItem is rendered. (inherited from ToolStripRenderer).
Public event RenderItemText Occurs when the text for a ToolStripItem is rendered. (inherited from ToolStripRenderer).
Public event RenderLabelBackground Occurs when the background for a ToolStripLabel is rendered. (inherited from ToolStripRenderer).
Public event RenderMenuItemBackground Occurs when the background for a ToolStripMenuItem is rendered. (inherited from ToolStripRenderer).
Public event RenderOverflowButtonBackground Occurs when the background for an overflow button is rendered. (inherited from ToolStripRenderer).
Public event RenderSeparator Occurs when a ToolStripSeparator is rendered. (inherited from ToolStripRenderer).
Public event RenderSplitButtonBackground Occurs when the background for a ToolStripSplitButton is rendered. (inherited from ToolStripRenderer).
Public event RenderStatusStripSizingGrip Occurs when the display style changes. (inherited from ToolStripRenderer).
Public event RenderToolStripBackground Occurs when the background for a ToolStrip is rendered. (inherited from ToolStripRenderer).
Public event RenderToolStripBorder Occurs when the border for a ToolStrip is rendered. (inherited from ToolStripRenderer).
Public event RenderToolStripContentPanelBackground Draws the background of a ToolStripContentPanel. (inherited from ToolStripRenderer).
Public event RenderToolStripPanelBackground Draws the background of a ToolStripPanel. (inherited from ToolStripRenderer).
Public event RenderToolStripStatusLabelBackground Draws the background of a ToolStripStatusLabel. (inherited from ToolStripRenderer).
Top

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

.NET Core

Supported in: 5.0+, 6.0+

In this article

Definition