开发者

how to stop a progress bar control from well progressing

开发者 https://www.devze.com 2023-01-02 10:48 出处:网络
I have a marquee style progress bar开发者_运维技巧 at some point I want it to stop well marqueeing I guess

I have a marquee style progress bar开发者_运维技巧 at some point I want it to stop well marqueeing I guess How do I ? this is on win7 .NET 3.5


Set the Style property to a value other than Marquee:

progressBar.Style = ProgressBarStyle.Marquee; // marquee animation starts
progressBar.Style = ProgressBarStyle.Continuous; // marquee animation stops
0

精彩评论

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

关注公众号