I have a public variable "testStr" in my applications main form. I have a tabControl which adds tabs loaded with user controls. How can I reference "testStr" from these user controls? I would imagine its either Application.* or parentForm.* ... but everything I'm trying isnt working, not really sure how to do it and I'm a bit new to .net... in flex builder i would do something like parentApplication.testStr.
Any help would be appreciated... I'm sure its pretty basic and simple to do.