ToolStripRenderer.DrawGrip(ToolStripGripRenderEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Draws a move handle on a ToolStrip.
public:
void DrawGrip(System::Windows::Forms::ToolStripGripRenderEventArgs ^ e);
public void DrawGrip (System.Windows.Forms.ToolStripGripRenderEventArgs e);
member this.DrawGrip : System.Windows.Forms.ToolStripGripRenderEventArgs -> unit
Public Sub DrawGrip (e As ToolStripGripRenderEventArgs)
Parameters
A ToolStripGripRenderEventArgs that contains the data to draw the move handle.
Remarks
The DrawGrip method provides an entry point to the rendering code for a move handle located on a ToolStrip. Use this method when overriding the ToolStrip.OnPaintGrip method, or to force a move handle to be drawn in a custom ToolStripRenderer. To change the way a move handle is rendered, override the OnRenderGrip method in a class derived from ToolStripRenderer.