问题
I need to show a StatusStrip control docked top instead of bottom.
User requirement. Long story.
How do I get the StatusStrip to display without the dots in the right corner?
回答1:
Set the SizingGrip attribute to false:
StatusStrip.SizingGrip = false;
来源:https://stackoverflow.com/questions/2464590/how-do-i-remove-the-resize-gripper-image-from-a-statusstrip-control-in-c