What's the correct attribute to put on a Class for a control to indicate that there is nothing to display on the form, but that the control should only appear in the control box at the bottom of the designer? (Like Timer, for example)
Asked
Active
Viewed 20 times
0
-
Not an attribute, a class that derives from System.ComponentModel.Component. Use Project > Add Component to get started. – Hans Passant Sep 16 '22 at 13:22