logo
VitNX3 Documentation
Search
Cancel
VitNX_MenuRenderer Methods
The following tables list the members exposed by the
VitNX_MenuRenderer
type.
Methods
Name
Description
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)
Draws a
ToolStripSeparator
. (inherited from
ToolStripRenderer
).
DrawSplitButton(ToolStripItemRenderEventArgs)
Draws a
ToolStripSplitButton
. (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 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(ToolStrip)
When overridden in a derived class, provides for custom initialization of the given
ToolStrip
.
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
.
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.
OnRenderButtonBackground(ToolStripItemRenderEventArgs)
Raises the
RenderButtonBackground
event. (inherited from
ToolStripRenderer
).
OnRenderDropDownButtonBackground(ToolStripItemRenderEventArgs)
Raises the
RenderDropDownButtonBackground
event. (inherited from
ToolStripRenderer
).
OnRenderGrip(ToolStripGripRenderEventArgs)
Raises the
RenderGrip
event. (inherited from
ToolStripRenderer
).
OnRenderImageMargin(ToolStripRenderEventArgs)
Draws the item background.
OnRenderItemBackground(ToolStripItemRenderEventArgs)
Raises the
OnRenderItemBackground
event. (inherited from
ToolStripRenderer
).
OnRenderItemCheck(ToolStripItemImageRenderEventArgs)
Raises the
RenderItemCheck
event.
OnRenderItemImage(ToolStripItemImageRenderEventArgs)
Raises the
RenderItemImage
event. (inherited from
ToolStripRenderer
).
OnRenderItemText(ToolStripItemTextRenderEventArgs)
Raises the
RenderItemText
event. (inherited from
ToolStripRenderer
).
OnRenderLabelBackground(ToolStripItemRenderEventArgs)
Raises the
RenderLabelBackground
event. (inherited from
ToolStripRenderer
).
OnRenderMenuItemBackground(ToolStripItemRenderEventArgs)
Raises the
RenderMenuItemBackground
event.
OnRenderOverflowButtonBackground(ToolStripItemRenderEventArgs)
Raises the
RenderOverflowButtonBackground
event. (inherited from
ToolStripRenderer
).
OnRenderSeparator(ToolStripSeparatorRenderEventArgs)
Raises the
RenderSeparator
event.
OnRenderSplitButtonBackground(ToolStripItemRenderEventArgs)
Raises the
OnRenderSplitButtonBackground
event. (inherited from
ToolStripRenderer
).
OnRenderStatusStripSizingGrip(ToolStripRenderEventArgs)
Raises the
RenderStatusStripSizingGrip
event. (inherited from
ToolStripRenderer
).
OnRenderToolStripBackground(ToolStripRenderEventArgs)
Raises the
RenderToolStripBackground
event.
OnRenderToolStripBorder(ToolStripRenderEventArgs)
Raises the
RenderToolStripBorder
event. (inherited from
ToolStripRenderer
).
OnRenderToolStripContentPanelBackground(ToolStripContentPanelRenderEventArgs)
Raises the
RenderToolStripContentPanelBackground
event. (inherited from
ToolStripRenderer
).
OnRenderToolStripPanelBackground(ToolStripPanelRenderEventArgs)
Raises the
RenderToolStripPanelBackground
event. (inherited from
ToolStripRenderer
).
OnRenderToolStripStatusLabelBackground(ToolStripItemRenderEventArgs)
Raises the
RenderToolStripStatusLabelBackground
event. (inherited from
ToolStripRenderer
).
ToString
Returns a string that represents the current object. (inherited from
Object
).
Top
See Also
VitNX_MenuRenderer Class
VitNX.UI.ControlsV1.Renderers Namespace
In this article
Definition