ControlPaint::DrawGrabHandle Method (Graphics^, Rectangle, Boolean, Boolean)
.NET Framework (current version)
Draws a standard selection grab handle glyph on the specified graphics surface, within the specified bounds, and in the specified state and style.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: static void DrawGrabHandle( Graphics^ graphics, Rectangle rectangle, bool primary, bool enabled )
Parameters
- graphics
-
Type:
System.Drawing::Graphics^
The Graphics to draw on.
- rectangle
-
Type:
System.Drawing::Rectangle
The Rectangle that represents the dimensions of the grab handle glyph.
- primary
-
Type:
System::Boolean
true to draw the handle as a primary grab handle; otherwise, false.
- enabled
-
Type:
System::Boolean
true to draw the handle in an enabled state; otherwise, false.
Grab handles are used by objects to indicate to the user that the user can directly manipulate the object. The manipulation can consist of actions such as sizing and moving.
.NET Framework
Available since 1.1
Available since 1.1
Show: