Welcome to WindowsClient.net | Sign in | Join
Use the ToolboxItem attribute set to false on your component or control class. This will prevent it from appearing in the Toolbox.
[ ToolboxItem( false ) ] public class MyComponent : Component{..}
Contributed from George Shepherd's Windows Forms FAQ