How can I create a component that is in the component tray, for example Timer? So that they can be placed on the toolbar, they are not visible in the form. Hope this is possible.
You just need to create a class that inherits from System.ComponentModel.Component
System.ComponentModel.Component