Hello,
How can I override a UserControl Visible property ? Or how could I determine within a control when it changes its Visible state ?
Later edit: I need it to work in .NET CF 3.5.
Thanks.
Hello,
How can I override a UserControl Visible property ? Or how could I determine within a control when it changes its Visible state ?
Later edit: I need it to work in .NET CF 3.5.
Thanks.
I finally fixed the issue by adding a new Visible property which is setting the base.Visible property and does my custom work.