Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Overriding and methods
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Overriding and methods
Miscellaneous
Thread ID:
00951733
Message ID:
00951733
Views:
39
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/
Next
Reply
Map
View

Click here to load this message in the networking platform