views:

15

answers:

0

I have a user control hosted inside of another user control. I want the child control to be able to set the "enabled" state of buttons to false (among other things) in the parent. I try GetWindow but am getting the error Cannot convert type 'System.Windows.Window' to 'ucContainer'. Is there an equivalent I could use for a user control in a user control?