I am making a custom class that inherits from a button, what is the terminology for 'inherits' (vb) in C#? Thanks
Last edited by Icyculyr; Dec 23rd, 2007 at 01:58 AM.
C# Code: public class ButtonEx : Button { }
public class ButtonEx : Button { }
Why is my data not saved to my database? | MSDN Data Walkthroughs VBForums Database Development FAQ My CodeBank Submissions: VB | C# My Blog: Data Among Multiple Forms (3 parts) Beginner Tutorials: VB | C# | SQL
Thanks
Forum Rules