DataPlace
Office2007Renderer Class
CSCS.DataPlace.Edit.OfficeRendererOffice2007Renderer
Draws ToolStrips using the Office 2007 themed appearance.
Declaration Syntax
C#
public class Office2007Renderer : ToolStripProfessionalRenderer
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
Office2007Renderer()()()
Initialize a new instance of the Office2007Renderer class.

ColorTable
Gets the color palette used for painting.
(Inherited from ToolStripProfessionalRenderer.)
Default
Gets the default instance of the class.

DrawArrow(ToolStripArrowRenderEventArgs)
Draws an arrow on a ToolStripItem.
(Inherited from ToolStripRenderer.)
DrawButtonBackground(ToolStripItemRenderEventArgs)
Draws the background for a ToolStripButton.
(Inherited from ToolStripRenderer.)
DrawDropDownButtonBackground(ToolStripItemRenderEventArgs)
Draws the background for a ToolStripDropDownButton.
(Inherited from ToolStripRenderer.)
DrawGrip(ToolStripGripRenderEventArgs)
Draws a move handle on a ToolStrip.
(Inherited from ToolStripRenderer.)
DrawImageMargin(ToolStripRenderEventArgs)
Draws the space around an image on a ToolStrip.
(Inherited from ToolStripRenderer.)
DrawItemBackground(ToolStripItemRenderEventArgs)
Draws the background for a ToolStripItem.
(Inherited from ToolStripRenderer.)
DrawItemCheck(ToolStripItemImageRenderEventArgs)
Draws an image on a ToolStripItem that indicates the item is in a selected state.
(Inherited from ToolStripRenderer.)
DrawItemImage(ToolStripItemImageRenderEventArgs)
Draws an image on a ToolStripItem.
(Inherited from ToolStripRenderer.)
DrawItemText(ToolStripItemTextRenderEventArgs)
Draws text on a ToolStripItem.
(Inherited from ToolStripRenderer.)
DrawLabelBackground(ToolStripItemRenderEventArgs)
Draws the background for a ToolStripLabel.
(Inherited from ToolStripRenderer.)
DrawMenuItemBackground(ToolStripItemRenderEventArgs)
Draws the background for a ToolStripMenuItem.
(Inherited from ToolStripRenderer.)
DrawOverflowButtonBackground(ToolStripItemRenderEventArgs)
Draws the background for an overflow button.
(Inherited from ToolStripRenderer.)
DrawSeparator(ToolStripSeparatorRenderEventArgs) (Inherited from ToolStripRenderer.)
DrawSplitButton(ToolStripItemRenderEventArgs) (Inherited from ToolStripRenderer.)
DrawStatusStripSizingGrip(ToolStripRenderEventArgs)
Draws a sizing grip.
(Inherited from ToolStripRenderer.)
DrawToolStripBackground(ToolStripRenderEventArgs)
Draws the background for a ToolStrip.
(Inherited from ToolStripRenderer.)
DrawToolStripBorder(ToolStripRenderEventArgs)
Draws the border for a ToolStrip.
(Inherited from ToolStripRenderer.)
DrawToolStripContentPanelBackground(ToolStripContentPanelRenderEventArgs)
Draws the background of the ToolStripContentPanel.
(Inherited from ToolStripRenderer.)
DrawToolStripPanelBackground(ToolStripPanelRenderEventArgs)
Draws the background of the ToolStripPanel.
(Inherited from ToolStripRenderer.)
DrawToolStripStatusLabelBackground(ToolStripItemRenderEventArgs)
Draws the background of the ToolStripStatusLabel.
(Inherited from ToolStripRenderer.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Initialize(ToolStrip)
When overridden in a derived class, provides for custom initialization of the given ToolStrip.
(Inherited from ToolStripRenderer.)
InitializeContentPanel(ToolStripContentPanel)
Initializes the specified ToolStripContentPanel.
(Inherited from ToolStripRenderer.)
InitializeItem(ToolStripItem)
When overridden in a derived class, provides for custom initialization of the given ToolStripItem.
(Inherited from ToolStripRenderer.)
InitializePanel(ToolStripPanel)
Initializes the specified ToolStripPanel.
(Inherited from ToolStripRenderer.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnRenderArrow(ToolStripArrowRenderEventArgs)
Raises the RenderArrow event.
(Overrides ToolStripProfessionalRenderer.OnRenderArrow(ToolStripArrowRenderEventArgs).)
OnRenderButtonBackground(ToolStripItemRenderEventArgs)
Raises the RenderButtonBackground event.
(Overrides ToolStripProfessionalRenderer.OnRenderButtonBackground(ToolStripItemRenderEventArgs).)
OnRenderDropDownButtonBackground(ToolStripItemRenderEventArgs)
Raises the RenderDropDownButtonBackground event.
(Overrides ToolStripProfessionalRenderer.OnRenderDropDownButtonBackground(ToolStripItemRenderEventArgs).)
OnRenderGrip(ToolStripGripRenderEventArgs) (Inherited from ToolStripProfessionalRenderer.)
OnRenderImageMargin(ToolStripRenderEventArgs)
Raises the RenderImageMargin event.
(Overrides ToolStripProfessionalRenderer.OnRenderImageMargin(ToolStripRenderEventArgs).)
OnRenderItemBackground(ToolStripItemRenderEventArgs) (Inherited from ToolStripRenderer.)
OnRenderItemCheck(ToolStripItemImageRenderEventArgs)
Raises the RenderItemCheck event.
(Overrides ToolStripProfessionalRenderer.OnRenderItemCheck(ToolStripItemImageRenderEventArgs).)
OnRenderItemImage(ToolStripItemImageRenderEventArgs)
Raises the RenderItemImage event.
(Overrides ToolStripProfessionalRenderer.OnRenderItemImage(ToolStripItemImageRenderEventArgs).)
OnRenderItemText(ToolStripItemTextRenderEventArgs)
Raises the RenderItemText event.
(Overrides ToolStripProfessionalRenderer.OnRenderItemText(ToolStripItemTextRenderEventArgs).)
OnRenderLabelBackground(ToolStripItemRenderEventArgs) (Inherited from ToolStripProfessionalRenderer.)
OnRenderMenuItemBackground(ToolStripItemRenderEventArgs)
Raises the RenderMenuItemBackground event.
(Overrides ToolStripProfessionalRenderer.OnRenderMenuItemBackground(ToolStripItemRenderEventArgs).)
OnRenderOverflowButtonBackground(ToolStripItemRenderEventArgs) (Inherited from ToolStripProfessionalRenderer.)
OnRenderSeparator(ToolStripSeparatorRenderEventArgs)
Raises the RenderSeparator event.
(Overrides ToolStripProfessionalRenderer.OnRenderSeparator(ToolStripSeparatorRenderEventArgs).)
OnRenderSplitButtonBackground(ToolStripItemRenderEventArgs)
Raises the RenderSplitButtonBackground event.
(Overrides ToolStripProfessionalRenderer.OnRenderSplitButtonBackground(ToolStripItemRenderEventArgs).)
OnRenderStatusStripSizingGrip(ToolStripRenderEventArgs)
Raises the RenderStatusStripSizingGrip event.
(Overrides ToolStripRenderer.OnRenderStatusStripSizingGrip(ToolStripRenderEventArgs).)
OnRenderToolStripBackground(ToolStripRenderEventArgs)
Raises the RenderToolStripBackground event.
(Overrides ToolStripProfessionalRenderer.OnRenderToolStripBackground(ToolStripRenderEventArgs).)
OnRenderToolStripBorder(ToolStripRenderEventArgs)
Raises the RenderToolStripBorder event.
(Overrides ToolStripProfessionalRenderer.OnRenderToolStripBorder(ToolStripRenderEventArgs).)
OnRenderToolStripContentPanelBackground(ToolStripContentPanelRenderEventArgs)
Raises the RenderToolStripContentPanelBackground event.
(Overrides ToolStripProfessionalRenderer.OnRenderToolStripContentPanelBackground(ToolStripContentPanelRenderEventArgs).)
OnRenderToolStripPanelBackground(ToolStripPanelRenderEventArgs)
Raises the RenderToolStripPanelBackground event.
(Inherited from ToolStripProfessionalRenderer.)
OnRenderToolStripStatusLabelBackground(ToolStripItemRenderEventArgs) (Inherited from ToolStripProfessionalRenderer.)
RenderArrow
Occurs when an arrow on a ToolStripItem is rendered.
(Inherited from ToolStripRenderer.)
RenderButtonBackground
Occurs when the background for a ToolStripButton is rendered
(Inherited from ToolStripRenderer.)
RenderDropDownButtonBackground
Occurs when the background for a ToolStripDropDownButton is rendered.
(Inherited from ToolStripRenderer.)
RenderGrip
Occurs when the move handle for a ToolStrip is rendered.
(Inherited from ToolStripRenderer.)
RenderImageMargin
Draws the margin between an image and its container.
(Inherited from ToolStripRenderer.)
RenderItemBackground
Occurs when the background for a ToolStripItem is rendered.
(Inherited from ToolStripRenderer.)
RenderItemCheck
Occurs when the image for a selected ToolStripItem is rendered.
(Inherited from ToolStripRenderer.)
RenderItemImage
Occurs when the image for a ToolStripItem is rendered.
(Inherited from ToolStripRenderer.)
RenderItemText
Occurs when the text for a ToolStripItem is rendered.
(Inherited from ToolStripRenderer.)
RenderLabelBackground
Occurs when the background for a ToolStripLabel is rendered.
(Inherited from ToolStripRenderer.)
RenderMenuItemBackground
Occurs when the background for a ToolStripMenuItem is rendered.
(Inherited from ToolStripRenderer.)
RenderOverflowButtonBackground
Occurs when the background for an overflow button is rendered.
(Inherited from ToolStripRenderer.)
RenderSeparator
Occurs when a ToolStripSeparator is rendered.
(Inherited from ToolStripRenderer.)
RenderSplitButtonBackground
Occurs when the background for a ToolStripSplitButton is rendered.
(Inherited from ToolStripRenderer.)
RenderStatusStripSizingGrip
Occurs when the display style changes.
(Inherited from ToolStripRenderer.)
RenderToolStripBackground
Occurs when the background for a ToolStrip is rendered.
(Inherited from ToolStripRenderer.)
RenderToolStripBorder
Occurs when the border for a ToolStrip is rendered.
(Inherited from ToolStripRenderer.)
RenderToolStripContentPanelBackground
Draws the background of a ToolStripContentPanel.
(Inherited from ToolStripRenderer.)
RenderToolStripPanelBackground
Draws the background of a ToolStripPanel.
(Inherited from ToolStripRenderer.)
RenderToolStripStatusLabelBackground
Draws the background of a ToolStripStatusLabel.
(Inherited from ToolStripRenderer.)
RoundedEdges
Gets or sets a value indicating whether edges of controls have a rounded rather than a square or sharp appearance.
(Inherited from ToolStripProfessionalRenderer.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy

Assembly: CS.DataPlace.Extensibility (Module: CS.DataPlace.Extensibility) Version: 2.0.3271.19819