dotnetmonitor.com

 
Index
Previous
Next

 

There are two different grips on StatusStrip.

Grip

Grip is the element of the StatusStrip which provides the user a drag starting point to reposition the

StatusStrip between ToolStripPanels. It is rendered vertically at the start of the StatusStrip.

SizingGrip

SizingGrip is the element that provides a way to resize the form in whch the StatusStrip is docked. It is rendered as diagonal shadowed lines at the bottom end of the StatusStrip.

Painting
When should I use Paint/OnPaint and when should I override the ToolStripRenderer?
Do I need to worry about double buffering?
Parenting
Partial Trust
Usage