窗体不是一个控件吗?

发布于 2024-10-24 08:29:35 字数 85 浏览 0 评论 0原文

昨天有人指出 Form 不是控件。是这样吗?它继承了像 ClientSize 这样的属性,其描述清楚地表明它确定了控制区域等。 或者只是 MSDN 不准确?

Well yesterday somebody noted that Form is not a control. Is that right? It inherits the properties like ClientSize which description clearly says it determines the area of control etc.
Or is it just MSDN being non accurate?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

离去的眼神 2024-10-31 08:29:35

根据 MSDN 的继承层次结构

System.Object 
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollableControl
          System.Windows.Forms.ContainerControl
            System.Windows.Forms.Form

这包括 < code>System.Windows.Forms.Control,因此它派生自 Control。或者你的意思是“不是控件”的其他定义?

Inheritance hierarchy according to MSDN:

System.Object 
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ScrollableControl
          System.Windows.Forms.ContainerControl
            System.Windows.Forms.Form

This includes System.Windows.Forms.Control, so it derives from Control. Or do you mean some other definition of "not a control"?

猫瑾少女 2024-10-31 08:29:35

“不是控件”是什么意思?如果您查看 MSDN 文档,就会清楚地看到显示它(间接)派生​​自 System.Windows.Forms.Control...

What do you mean by "is not a control"? If you looks at the MSDN documentation it clearly shows that it derives (indirectly) from System.Windows.Forms.Control...

随梦而飞# 2024-10-31 08:29:35

继承层次结构另有说明。 (除非他们不遵循继承的“是”规则,但我在这里没有看到这个问题。如果是这样的话,他们可能几年前就已经被叫出来了。)

The inheritance hierarchy indicates otherwise. (Unless they're not following the "is a" rule for inheritance, but I don't see that problem here. They'd probably have been called out on that years ago if that were the case.)

甩你一脸翔 2024-10-31 08:29:35

这实际上是一个如何定义“控制”的问题。

This is really a matter of how you define 'control'.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文