NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ControlPaint.DrawContainerGrabHandle

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
);

Parameters

graphics
Graphics object to render to.
bounds
Bounds to draw within

See Also

ControlPaint Class | ControlPaint Members | System.WinForms Namespace