怎么利用反射得到一个自定义控件的实例怎么利用反射得到一个自定义控件的实例[解决办法]Activator.CreateInstance(typeof(XXX));-------------------补充:外部库中的类型可以用 Assembly.CreateInstance()