BCGControlBar Library for .NET
MenuStripRendererEx Class Members
Properties  Methods  Events


The following tables list the members exposed by MenuStripRendererEx.

Public Constructors
 NameDescription
Public ConstructorMenuStripRendererEx Constructor  
Top
Public Properties
 NameDescription
Public PropertyVisualProvider  
Top
Public Methods
 NameDescription
Public MethodDrawArrowDraws an arrow on a System.Windows.Forms.ToolStripItem. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public MethodDrawButtonBackgroundDraws the background for a System.Windows.Forms.ToolStripButton. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public MethodDrawDropDownButtonBackgroundDraws the background for a System.Windows.Forms.ToolStripDropDownButton. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public MethodDrawGripDraws a move handle on a System.Windows.Forms.ToolStrip. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public MethodDrawImageMarginDraws the space around an image on a System.Windows.Forms.ToolStrip. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public MethodDrawItemBackgroundDraws the background for a System.Windows.Forms.ToolStripItem. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public MethodDrawItemCheckDraws an image on a System.Windows.Forms.ToolStripItem that indicates the item is in a selected state. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public MethodDrawItemImageDraws an image on a System.Windows.Forms.ToolStripItem. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public MethodDrawItemTextDraws text on a System.Windows.Forms.ToolStripItem. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public MethodDrawLabelBackgroundDraws the background for a System.Windows.Forms.ToolStripLabel. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public MethodDrawMenuItemBackgroundDraws the background for a System.Windows.Forms.ToolStripMenuItem. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public MethodDrawOverflowButtonBackgroundDraws the background for an overflow button. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public MethodDrawSeparatorDraws a System.Windows.Forms.ToolStripSeparator. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public MethodDrawSplitButtonDraws a System.Windows.Forms.ToolStripSplitButton. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public MethodDrawStatusStripSizingGripDraws a sizing grip. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public MethodDrawToolStripBackgroundDraws the background for a System.Windows.Forms.ToolStrip. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public MethodDrawToolStripBorderDraws the border for a System.Windows.Forms.ToolStrip. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public MethodDrawToolStripContentPanelBackgroundDraws the background of the System.Windows.Forms.ToolStripContentPanel. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public MethodDrawToolStripPanelBackgroundDraws the background of the System.Windows.Forms.ToolStripPanel. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public MethodDrawToolStripStatusLabelBackgroundDraws the background of the System.Windows.Forms.ToolStripStatusLabel. (Inherited from System.Windows.Forms.ToolStripRenderer)
Top
Protected Methods
 NameDescription
Protected MethodGetVisualManager  
Protected MethodOnDrawBackground  
Protected MethodOnRenderArrowRaises the System.Windows.Forms.ToolStripRenderer.RenderArrow event. (Inherited from System.Windows.Forms.ToolStripRenderer)
Protected MethodOnRenderButtonBackgroundOverridden.   
Protected MethodOnRenderDropDownButtonBackgroundRaises the System.Windows.Forms.ToolStripRenderer.RenderDropDownButtonBackground event. (Inherited from System.Windows.Forms.ToolStripRenderer)
Protected MethodOnRenderGripRaises the System.Windows.Forms.ToolStripRenderer.RenderGrip event. (Inherited from System.Windows.Forms.ToolStripRenderer)
Protected MethodOnRenderImageMarginDraws the item background. (Inherited from System.Windows.Forms.ToolStripRenderer)
Protected MethodOnRenderItemBackgroundRaises the System.Windows.Forms.ToolStripSystemRenderer.OnRenderItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs) event. (Inherited from System.Windows.Forms.ToolStripRenderer)
Protected MethodOnRenderItemCheckRaises the System.Windows.Forms.ToolStripRenderer.RenderItemCheck event. (Inherited from System.Windows.Forms.ToolStripRenderer)
Protected MethodOnRenderItemImageRaises the System.Windows.Forms.ToolStripRenderer.RenderItemImage event. (Inherited from System.Windows.Forms.ToolStripRenderer)
Protected MethodOnRenderItemTextOverridden.   
Protected MethodOnRenderLabelBackgroundRaises the System.Windows.Forms.ToolStripRenderer.RenderLabelBackground event. (Inherited from System.Windows.Forms.ToolStripRenderer)
Protected MethodOnRenderMenuItemBackgroundOverridden.   
Protected MethodOnRenderOverflowButtonBackgroundRaises the System.Windows.Forms.ToolStripRenderer.RenderOverflowButtonBackground event. (Inherited from System.Windows.Forms.ToolStripRenderer)
Protected MethodOnRenderSeparatorOverridden.   
Protected MethodOnRenderSplitButtonBackgroundRaises the System.Windows.Forms.ToolStripRenderer.OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs) event. (Inherited from System.Windows.Forms.ToolStripRenderer)
Protected MethodOnRenderStatusStripSizingGripRaises the System.Windows.Forms.ToolStripRenderer.RenderStatusStripSizingGrip event. (Inherited from System.Windows.Forms.ToolStripRenderer)
Protected MethodOnRenderToolStripBackgroundOverridden.   
Protected MethodOnRenderToolStripBorderOverridden.   
Protected MethodOnRenderToolStripContentPanelBackgroundRaises the System.Windows.Forms.ToolStripRenderer.RenderToolStripContentPanelBackground event. (Inherited from System.Windows.Forms.ToolStripRenderer)
Protected MethodOnRenderToolStripPanelBackgroundRaises the System.Windows.Forms.ToolStripRenderer.RenderToolStripPanelBackground event. (Inherited from System.Windows.Forms.ToolStripRenderer)
Protected MethodOnRenderToolStripStatusLabelBackgroundRaises the System.Windows.Forms.ToolStripRenderer.RenderToolStripStatusLabelBackground event. (Inherited from System.Windows.Forms.ToolStripRenderer)
Top
Public Events
 NameDescription
Public EventRenderArrowOccurs when an arrow on a System.Windows.Forms.ToolStripItem is rendered. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public EventRenderButtonBackgroundOccurs when the background for a System.Windows.Forms.ToolStripButton is rendered (Inherited from System.Windows.Forms.ToolStripRenderer)
Public EventRenderDropDownButtonBackgroundOccurs when the background for a System.Windows.Forms.ToolStripDropDownButton is rendered. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public EventRenderGripOccurs when the move handle for a System.Windows.Forms.ToolStrip is rendered. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public EventRenderImageMarginDraws the margin between an image and its container. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public EventRenderItemBackgroundOccurs when the background for a System.Windows.Forms.ToolStripItem is rendered. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public EventRenderItemCheckOccurs when the image for a selected System.Windows.Forms.ToolStripItem is rendered. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public EventRenderItemImageOccurs when the image for a System.Windows.Forms.ToolStripItem is rendered. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public EventRenderItemTextOccurs when the text for a System.Windows.Forms.ToolStripItem is rendered. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public EventRenderLabelBackgroundOccurs when the background for a System.Windows.Forms.ToolStripLabel is rendered. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public EventRenderMenuItemBackgroundOccurs when the background for a System.Windows.Forms.ToolStripMenuItem is rendered. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public EventRenderOverflowButtonBackgroundOccurs when the background for an overflow button is rendered. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public EventRenderSeparatorOccurs when a System.Windows.Forms.ToolStripSeparator is rendered. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public EventRenderSplitButtonBackgroundOccurs when the background for a System.Windows.Forms.ToolStripSplitButton is rendered. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public EventRenderStatusStripSizingGripOccurs when the display style changes. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public EventRenderToolStripBackgroundOccurs when the background for a System.Windows.Forms.ToolStrip is rendered. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public EventRenderToolStripBorderOccurs when the border for a System.Windows.Forms.ToolStrip is rendered. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public EventRenderToolStripContentPanelBackgroundDraws the background of a System.Windows.Forms.ToolStripContentPanel. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public EventRenderToolStripPanelBackgroundDraws the background of a System.Windows.Forms.ToolStripPanel. (Inherited from System.Windows.Forms.ToolStripRenderer)
Public EventRenderToolStripStatusLabelBackgroundDraws the background of a System.Windows.Forms.ToolStripStatusLabel. (Inherited from System.Windows.Forms.ToolStripRenderer)
Top
See Also

Reference

MenuStripRendererEx Class
BCGSoft.Controls.Shared Namespace

Send Feedback