Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Overriding and methods
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Overriding and methods
Divers
Thread ID:
00951733
Message ID:
00951733
Vues:
40
I have a form with three panles on it. I created a public method called MyPreDisplay()
amespace Apps4u.WinApp.Controls.Misc
{
	/// <summary>
	/// Summary description for a4uPanel.
	/// </summary>
	public class a4uPanel : mmPanel
	{
		public a4uPanel()
		{
		}

		public virtual void MyPreDisplay()
		{
		}

	}
}
This method will be called before the panel is made visible.

I have three panels on one form.

Each panel will have code unique to it.

How do I override each panels MyPreDisplay() i though i could do a public override and all would be fine, but i guess that is not the case.
Shawn Dorion
Geo Sektor Dot Com
Website: http://www.geosektor.com

Web Hosting Plans
Visit : http://WebHosting.Applications4u.com/
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform