How do I force the Visual Studio compiler to generate an error when a required method is not being called in the constructor of a child class? Like when you edit the form designer code, the compiler complains when InitializeComponent()
isn't the first call in the constructor of a form.
Is this even possible in VB.NET?