Draws a container control grab handle glyph inside the given rectangle.
[Visual Basic] Public Shared Sub DrawContainerGrabHandle( _ ByVal graphics As Graphics, _ ByVal bounds As Rectangle _ ) [C#] public static void DrawContainerGrabHandle( Graphics graphics, Rectangle bounds ); [C++] public: static void DrawContainerGrabHandle( Graphics* graphics, Rectangle bounds ); [JScript] public static function DrawContainerGrabHandle( graphics : Graphics, bounds : Rectangle );
ControlPaint Class | ControlPaint Members | System.WinForms Namespace