コード例 #1
0
        public bool SetControl(Type ctltype)
        {
            Control ctrl = (Control)ReflectHelper.Construct(ctltype);

            return(this.SetControl(ctrl));
        }