I'm not sure about the .show and .load properties, but you can certainly have a page include methods, properties and events of another defined class through inheritance. Try doing a Web search on object-oriented programming using VB.NET and it'll show you how to author a custom class, and then use this in other classes/WebForms, etc.
Good luck!
Jason