Saturday, September 29, 2007

Check your InitializeComponent method

I previously wrote about a problem with a custom form's property.
Since then I found problems with additional properties, including the form's default location.
As it turns out the cause was a missing call to the InitializeComponent method in the initializer of a parent class.

No comments: