开发者

How do I remove the resize gripper image from a StatusStrip control in C#?

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?


Set the SizingGrip attribute to false:

StatusStrip.SizingGrip = false;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜