Results 1 to 3 of 3

Thread: [2.0] Getting a class to inherit from a button

  1. #1

    Thread Starter
    Frenzied Member Icyculyr's Avatar
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    1,934

    Resolved [2.0] Getting a class to inherit from a button

    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.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2.0] Getting a class to inherit from a button

    C# Code:
    1. public class ButtonEx : Button
    2. {
    3. }
    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

  3. #3

    Thread Starter
    Frenzied Member Icyculyr's Avatar
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    1,934

    Re: [2.0] Getting a class to inherit from a button

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width