将 Control 转换为 System.Windows.Forms.Textbox 时出现 InvalidArgumentException:
无法将“System.Windows.Forms.Control”类型的对象转换为“System.Windows.Forms.TextBox”类型。
System.Windows.Forms.Control control = new System.Windows.Forms.Control();
control.Width = currentField.Width;
//here comes the error
((System.Windows.Forms.TextBox)control).Text = currentField.Name;
我这样做是因为我有不同的控件(Textbox、MaskedTextbox、Datetimepicker...),它们将动态添加到面板并具有相同的基本属性(大小、位置...-> 控件)
为什么不能选演员?