开发者

how to stop a progress bar control from well progressing

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜