Draws a standard selection grab handle with the given dimensions. Grab handles are used by components to indicate to the user that they can be directly maniupulated.
[Visual Basic] Public Shared Sub DrawGrabHandle( _ ByVal g As Graphics, _ ByVal rect As Rectangle, _ ByVal primary As Boolean, _ ByVal enabled As Boolean _ ) [C#] public static void DrawGrabHandle( Graphics g, Rectangle rect, bool primary, bool enabled ); [C++] public: static void DrawGrabHandle( Graphics* g, Rectangle rect, bool primary, bool enabled ); [JScript] public static function DrawGrabHandle( g : Graphics, rect : Rectangle, primary : Boolean, enabled : Boolean );
ControlPaint Class | ControlPaint Members | System.WinForms Namespace