End Google Ads 201810 - BS.net 01 --> While trying to create a UserControl I attempted to include code to change the Size and ******** properties inherited from Control. The IDE didn't like that, complaining that these properties could not be modified. So I assumed that these must be abstract members and added overrides in my control with get/set accessors. While this doesn't produce an error, it does emit a warning about my variables 'hiding' the properties in the Control base class. Am I doing this wrong, or is this the normal way to control these properties? I guess I should also ask, if I want to add programmatic access to other properties in the base class, do I need to handle them in the same way?

"A Journey of a Thousand Rest Stops Begins with a Single Movement"