United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
.NET Development
.NET Framework 4.5
.NET Framework Class Library
System.Windows Namespaces
System.Windows.Forms
ToolStripSystemRenderer Class
ToolStripSystemRenderer Methods
OnRenderButtonBackground Method
OnRenderDropDownButtonBackground Method
OnRenderGrip Method
OnRenderImageMargin Method
OnRenderItemBackground Method
OnRenderLabelBackground Method
OnRenderMenuItemBackground Method
OnRenderOverflowButtonBackground Method
OnRenderSeparator Method
OnRenderSplitButtonBackground Method
OnRenderToolStripBackground Method
OnRenderToolStripBorder Method
OnRenderToolStripStatusLabelBackground Method
This topic has not yet been rated
-
Rate this topic
ToolStripSystemRenderer Methods
.NET Framework 4.5
Other Versions
.NET Framework 4
.NET Framework 3.5
.NET Framework 3.0
.NET Framework 2.0
The
ToolStripSystemRenderer
type exposes the following members.
Methods
Name
Description
DrawArrow
Draws an arrow on a
ToolStripItem
.
(Inherited from
ToolStripRenderer
.)
DrawButtonBackground
Draws the background for a
ToolStripButton
.
(Inherited from
ToolStripRenderer
.)
DrawDropDownButtonBackground
Draws the background for a
ToolStripDropDownButton
.
(Inherited from
ToolStripRenderer
.)
DrawGrip
Draws a move handle on a
ToolStrip
.
(Inherited from
ToolStripRenderer
.)
DrawImageMargin
Draws the space around an image on a
ToolStrip
.
(Inherited from
ToolStripRenderer
.)
DrawItemBackground
Draws the background for a
ToolStripItem
.
(Inherited from
ToolStripRenderer
.)
DrawItemCheck
Draws an image on a
ToolStripItem
that indicates the item is in a selected state.
(Inherited from
ToolStripRenderer
.)
DrawItemImage
Draws an image on a
ToolStripItem
.
(Inherited from
ToolStripRenderer
.)
DrawItemText
Draws text on a
ToolStripItem
.
(Inherited from
ToolStripRenderer
.)
DrawLabelBackground
Draws the background for a
ToolStripLabel
.
(Inherited from
ToolStripRenderer
.)
DrawMenuItemBackground
Draws the background for a
ToolStripMenuItem
.
(Inherited from
ToolStripRenderer
.)
DrawOverflowButtonBackground
Draws the background for an overflow button.
(Inherited from
ToolStripRenderer
.)
DrawSeparator
Draws a
ToolStripSeparator
.
(Inherited from
ToolStripRenderer
.)
DrawSplitButton
Draws a
ToolStripSplitButton
.
(Inherited from
ToolStripRenderer
.)
DrawStatusStripSizingGrip
Draws a sizing grip.
(Inherited from
ToolStripRenderer
.)
DrawToolStripBackground
Draws the background for a
ToolStrip
.
(Inherited from
ToolStripRenderer
.)
DrawToolStripBorder
Draws the border for a
ToolStrip
.
(Inherited from
ToolStripRenderer
.)
DrawToolStripContentPanelBackground
Draws the background of the
ToolStripContentPanel
.
(Inherited from
ToolStripRenderer
.)
DrawToolStripPanelBackground
Draws the background of the
ToolStripPanel
.
(Inherited from
ToolStripRenderer
.)
DrawToolStripStatusLabelBackground
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 try to free resources and perform other cleanup operations before it 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
When overridden in a derived class, provides for custom initialization of the given
ToolStrip
.
(Inherited from
ToolStripRenderer
.)
InitializeContentPanel
Initializes the specified
ToolStripContentPanel
.
(Inherited from
ToolStripRenderer
.)
InitializeItem
When overridden in a derived class, provides for custom initialization of the given
ToolStripItem
.
(Inherited from
ToolStripRenderer
.)
InitializePanel
Initializes the specified
ToolStripPanel
.
(Inherited from
ToolStripRenderer
.)
MemberwiseClone
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
OnRenderArrow
Raises the
RenderArrow
event.
(Inherited from
ToolStripRenderer
.)
OnRenderButtonBackground
Raises the
RenderButtonBackground
event. (Overrides
ToolStripRenderer
.
OnRenderButtonBackground(ToolStripItemRenderEventArgs)
.)
OnRenderDropDownButtonBackground
Raises the
RenderDropDownButtonBackground
event. (Overrides
ToolStripRenderer
.
OnRenderDropDownButtonBackground(ToolStripItemRenderEventArgs)
.)
OnRenderGrip
Raises the
RenderGrip
event. (Overrides
ToolStripRenderer
.
OnRenderGrip(ToolStripGripRenderEventArgs)
.)
OnRenderImageMargin
Draws the item background. (Overrides
ToolStripRenderer
.
OnRenderImageMargin(ToolStripRenderEventArgs)
.)
OnRenderItemBackground
Raises the
OnRenderItemBackground
event. (Overrides
ToolStripRenderer
.
OnRenderItemBackground(ToolStripItemRenderEventArgs)
.)
OnRenderItemCheck
Raises the
RenderItemCheck
event.
(Inherited from
ToolStripRenderer
.)
OnRenderItemImage
Raises the
RenderItemImage
event.
(Inherited from
ToolStripRenderer
.)
OnRenderItemText
Raises the
RenderItemText
event.
(Inherited from
ToolStripRenderer
.)
OnRenderLabelBackground
Raises the
RenderLabelBackground
event. (Overrides
ToolStripRenderer
.
OnRenderLabelBackground(ToolStripItemRenderEventArgs)
.)
OnRenderMenuItemBackground
Raises the
RenderMenuItemBackground
event. (Overrides
ToolStripRenderer
.
OnRenderMenuItemBackground(ToolStripItemRenderEventArgs)
.)
OnRenderOverflowButtonBackground
Raises the
RenderOverflowButtonBackground
event. (Overrides
ToolStripRenderer
.
OnRenderOverflowButtonBackground(ToolStripItemRenderEventArgs)
.)
OnRenderSeparator
Raises the
RenderSeparator
event. (Overrides
ToolStripRenderer
.
OnRenderSeparator(ToolStripSeparatorRenderEventArgs)
.)
OnRenderSplitButtonBackground
Raises the
OnRenderSplitButtonBackground
event. (Overrides
ToolStripRenderer
.
OnRenderSplitButtonBackground(ToolStripItemRenderEventArgs)
.)
OnRenderStatusStripSizingGrip
Raises the
RenderStatusStripSizingGrip
event.
(Inherited from
ToolStripRenderer
.)
OnRenderToolStripBackground
Raises the
RenderToolStripBackground
event. (Overrides
ToolStripRenderer
.
OnRenderToolStripBackground(ToolStripRenderEventArgs)
.)
OnRenderToolStripBorder
Raises the
RenderToolStripBorder
event. (Overrides
ToolStripRenderer
.
OnRenderToolStripBorder(ToolStripRenderEventArgs)
.)
OnRenderToolStripContentPanelBackground
Raises the
RenderToolStripContentPanelBackground
event.
(Inherited from
ToolStripRenderer
.)
OnRenderToolStripPanelBackground
Raises the
RenderToolStripPanelBackground
event.
(Inherited from
ToolStripRenderer
.)
OnRenderToolStripStatusLabelBackground
Raises the
RenderToolStripStatusLabelBackground
event. (Overrides
ToolStripRenderer
.
OnRenderToolStripStatusLabelBackground(ToolStripItemRenderEventArgs)
.)
ToString
Returns a string that represents the current object.
(Inherited from
Object
.)
Top
See Also
Reference
ToolStripSystemRenderer Class
System.Windows.Forms Namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)