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.DrawSizeGrip

[To be supplied.]

Overload List

Draws a size grip at the given location. The color of the size grip is based on the given background color.

[Visual Basic] Overloads Public Shared Sub DrawSizeGrip(Graphics, Color, Integer, Integer, Integer, Integer)
[C#] public static void DrawSizeGrip(Graphics, Color, int, int, int, int);
[C++] public: static void DrawSizeGrip(Graphics*, Color, int, int, int, int);
[JScript] public static function DrawSizeGrip(Graphics, Color, int, int, int, int);

Draws a size grip at the given location. The color of the size grip is based on the given background color.

[Visual Basic] Overloads Public Shared Sub DrawSizeGrip(Graphics, Color, Rectangle)
[C#] public static void DrawSizeGrip(Graphics, Color, Rectangle);
[C++] public: static void DrawSizeGrip(Graphics*, Color, Rectangle);
[JScript] public static function DrawSizeGrip(Graphics, Color, Rectangle);

See Also

ControlPaint Class | ControlPaint Members | System.WinForms Namespace