本文介绍了如何阻止OnPaint闪烁的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
您好,
让create class继承System.Windows.Forms.Control来覆盖他的OnPaint。怀疑是这样,在控制器上拖动一个对话框,导致它出现恼人的闪烁和未完成,可以放在OnPaint上的东西会停止这个吗?
Hello,
Have create class inherits System.Windows.Forms.Control to override his "OnPaint". Doubt is this, upon dragged across the control a dialog, causes it to appear annoying flicker and unfinished, what can be put on "OnPaint" stops this?
推荐答案
这篇关于如何阻止OnPaint闪烁的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!