We override this to Make sure that there are always some tabs at design time. Inheriting classes should not forget to call base.onCreateHandle @internaonly
[Visual Basic] Overrides Protected Sub OnCreateHandle( _ ByVal e As EventArgs _ ) [C#] protected override void OnCreateHandle( EventArgs e ); [C++] protected: override void OnCreateHandle( EventArgs* e ); [JScript] protected override function OnCreateHandle( e : EventArgs );
TabControl Class | TabControl Members | System.WinForms Namespace