VitNX_ToolStripRenderer Methods

The following tables list the members exposed by the VitNX_ToolStripRenderer type.

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. (inherited from VitNX_MenuRenderer).
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. (inherited from VitNX_MenuRenderer).
Protected method OnRenderButtonBackground(ToolStripItemRenderEventArgs) Raises the RenderButtonBackground event.
Protected method OnRenderDropDownButtonBackground(ToolStripItemRenderEventArgs) Raises the RenderDropDownButtonBackground event.
Protected method OnRenderGrip(ToolStripGripRenderEventArgs) Raises the RenderGrip event.
Protected method OnRenderImageMargin(ToolStripRenderEventArgs) Draws the item background. (inherited from VitNX_MenuRenderer).
Protected method OnRenderItemBackground(ToolStripItemRenderEventArgs) Raises the OnRenderItemBackground event. (inherited from ToolStripRenderer).
Protected method OnRenderItemCheck(ToolStripItemImageRenderEventArgs) Raises the RenderItemCheck event. (inherited from VitNX_MenuRenderer).
Protected method OnRenderItemImage(ToolStripItemImageRenderEventArgs) Raises the RenderItemImage event.
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. (inherited from VitNX_MenuRenderer).
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.
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

In this article

Definition