I have a custom control that I made. It inherits from System.Windows.Forms.Control, and has several new properties that I have added. Is it possible to show m
You are looking for design-time attributes, specifically the BrowsableAttribute.
DefaultPropertyAttribute sets which property is the default one to edit.