This topic has not yet been rated - Rate this topic

ToolStripSystemRenderer Methods

(see also Protected Methods )
  Name Description
Public method Static CreateDisabledImage  Creates a gray-scale copy of a given image. (inherited from ToolStripRenderer)
Public method DrawArrow  Draws an arrow on a ToolStripItem. (inherited from ToolStripRenderer)
Public method DrawButtonBackground  Draws the background for a ToolStripButton. (inherited from ToolStripRenderer)
Public method DrawDropDownButtonBackground  Draws the background for a ToolStripDropDownButton. (inherited from ToolStripRenderer)
Public method DrawGrip  Draws a move handle on a ToolStrip. (inherited from ToolStripRenderer)
Public method DrawImageMargin  Draws the space around an image on a ToolStrip. (inherited from ToolStripRenderer)
Public method DrawItemBackground  Draws the background for a ToolStripItem. (inherited from ToolStripRenderer)
Public method DrawItemCheck  Draws an image on a ToolStripItem that indicates the item is in a selected state. (inherited from ToolStripRenderer)
Public method DrawItemImage  Draws an image on a ToolStripItem. (inherited from ToolStripRenderer)
Public method DrawItemText  Draws text on a ToolStripItem. (inherited from ToolStripRenderer)
Public method DrawLabelBackground  Draws the background for a ToolStripLabel. (inherited from ToolStripRenderer)
Public method DrawMenuItemBackground  Draws the background for a ToolStripMenuItem. (inherited from ToolStripRenderer)
Public method DrawOverflowButtonBackground  Draws the background for an overflow button. (inherited from ToolStripRenderer)
Public method DrawSeparator  Draws a ToolStripSeparator. (inherited from ToolStripRenderer)
Public method DrawSplitButton  Draws a ToolStripSplitButton. (inherited from ToolStripRenderer)
Public method DrawStatusStripSizingGrip  Draws a sizing grip. (inherited from ToolStripRenderer)
Public method DrawToolStripBackground  Draws the background for a ToolStrip. (inherited from ToolStripRenderer)
Public method DrawToolStripBorder  Draws the border for a ToolStrip. (inherited from ToolStripRenderer)
Public method DrawToolStripContentPanelBackground  Draws the background of the ToolStripContentPanel. (inherited from ToolStripRenderer)
Public method DrawToolStripPanelBackground  Draws the background of the ToolStripPanel. (inherited from ToolStripRenderer)
Public method DrawToolStripStatusLabelBackground  Draws the background of the ToolStripStatusLabel. (inherited from ToolStripRenderer)
Public method Equals  Overloaded. Determines whether two Object instances are equal. (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)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ToString  Returns a String that represents the current Object. (inherited from Object)
Top
  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method Initialize  When overridden in a derived class, provides for custom initialization of the given ToolStrip. (inherited from ToolStripRenderer)
Protected method InitializeContentPanel  Initializes the specified ToolStripContentPanel. (inherited from ToolStripRenderer)
Protected method InitializeItem  When overridden in a derived class, provides for custom initialization of the given ToolStripItem. (inherited from ToolStripRenderer)
Protected method InitializePanel  Initializes the specified ToolStripPanel. (inherited from ToolStripRenderer)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Protected method OnRenderArrow  Raises the RenderArrow event. (inherited from ToolStripRenderer)
Protected method OnRenderButtonBackground Overridden.  
Protected method OnRenderDropDownButtonBackground Overridden.  
Protected method OnRenderGrip Overridden.  
Protected method OnRenderImageMargin Overridden.  
Protected method OnRenderItemBackground Overridden.  
Protected method OnRenderItemCheck  Raises the RenderItemCheck event. (inherited from ToolStripRenderer)
Protected method OnRenderItemImage  Raises the RenderItemImage event. (inherited from ToolStripRenderer)
Protected method OnRenderItemText  Raises the RenderItemText event. (inherited from ToolStripRenderer)
Protected method OnRenderLabelBackground Overridden.  
Protected method OnRenderMenuItemBackground Overridden.  
Protected method OnRenderOverflowButtonBackground Overridden.  
Protected method OnRenderSeparator Overridden.  
Protected method OnRenderSplitButtonBackground Overridden.  
Protected method OnRenderStatusStripSizingGrip  Raises the RenderStatusStripSizingGrip event. (inherited from ToolStripRenderer)
Protected method OnRenderToolStripBackground Overridden.  
Protected method OnRenderToolStripBorder Overridden.  
Protected method OnRenderToolStripContentPanelBackground  Raises the RenderToolStripContentPanelBackground event. (inherited from ToolStripRenderer)
Protected method OnRenderToolStripPanelBackground  Raises the RenderToolStripPanelBackground event. (inherited from ToolStripRenderer)
Protected method OnRenderToolStripStatusLabelBackground Overridden.  
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.