自定义属性值在构造函数常规属性值显示中不可用

时间:2019-02-10 17:09:11

标签: winforms user-controls

简单设置

有一个用户控件,我们用一堆标签,文本框等称其为UserControl1。我将此UserControl1放在窗体上,并将自定义属性“ AppName”文本更改为“我的新应用程序名称”

问题是“ My New App Name”在构造函数中不可用,但在“ Load”事件中加载。但是,如果将UserControl1中标签的text属性设置为“ My Text”,则在Constructor和Load中可用。

我的所有自定义属性都毫无问题地显示在设计视图中,并且正在设计视图中设置自定义属性“ AppName”。

Winform Visual Studio 2015 .net 4.5

提前向所有提供帮助的人表示感谢 干杯,

你好,吉米,这是一些可以更好地理解它的屏幕截图

Custom properties in a user control

User control placed on a form and I've set this property

Form loads and a breakpoint in the user control. No value in constructor

When it reaches load, it's there

0 个答案:

没有答案