组件初始化 - 运行时与设计时
我正在构建一系列视觉复合组件,它们使用类似/常见的“连接”方法,这些方法会启动内部表等。
我正在自动化一些连接内容以在运行时自动连接。 如何在组件级别判断当前状态是运行时还是设计时?
I have a series of visual compound components that I'm building, which use similar / common "connect" methods, which fire up there internal tables, etc.
I am automating some of the connection stuff to connect automatically at runtime. How do I tell, at the component level, if the current state is runtime or designtime?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您想检查组件的 ComponentState 属性中是否存在
csDesigning
标志:I think you want to check if the
csDesigning
flag is present in the component'sComponentState
property: