问题标签 [custom-panel]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
29 浏览

c# - 尝试创建自定义面板

我正在尝试创建一个包含许多控件的自定义面板。这是我第一次创建这样的自定义控件。此示例包含一个面板,该面板内有一个按钮。

我不确定为什么单击按钮时面板没有添加到 Form1 中。
我在我的代码中遗漏了什么吗?