CheckBox c = (CheckBox)this.Parent.Controls["chkchange"]; 
这个是得到父窗体中的一个控件
我想得到父窗体中的一个变量如
父窗体中定义了 string stra="gaga";
怎么在自定义控件代码中得到此值?