System.Windows.Forms.ControlPaint.DrawContainerGrabHandle Method

Draws a container control grab handle glyph on the specified graphics surface and within the specified bounds.

Syntax

public static void DrawContainerGrabHandle (System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds)

Parameters

graphics
The System.Drawing.Graphics to draw on.
bounds
The System.Drawing.Rectangle that represents the dimensions of the grab handle glyph.

Remarks

Grab handles are used by containers to indicate to the user that the user can directly manipulate the containers. The manipulation can consist of actions such as sizing and moving.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0