Search code examples
c#compact-frameworkpropertiescomponentsvisible

C# UserControl Visible Property


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.


Solution

  • I finally fixed the issue by adding a new Visible property which is setting the base.Visible property and does my custom work.