本文介绍了自定义组件未更新的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我创建了一个文本框自定义控件。

在控件中,我更改了前景色和背景色。

当我在窗体中使用控件并运行它时,一切看起来很完美。

但是当我更改自定义控制代码时,表单内的文本框没有改变。

这是正常的吗?

我有什么办法可以更新表格中的控件,所以我不需要删除并读取控件吗?



另外:

当我更改fore / backcolor旁边的多行或其他属性并重建项目时,我的表单中的文本框就像旧的一样。

I create a textbox custom control.
Inside the control, I change the forecolor and backcolor.
When I use the control in a form and run it, everything seems perfect.
But when I change the custom control code, the textbox inside the form didn't change.
Is this normal?
Is there anything I can do to update the control inside the form so I don't need to delete and readd the control?

Addition :
When I change the multiline or other properties beside fore/backcolor and rebuild the project, the textbox inside my form is just like the old one.

推荐答案



这篇关于自定义组件未更新的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-14 10:01