Welcome to WindowsClient.net | Sign in | Join
Home > Learn > Windows Forms FAQs
Here are some frequently asked questions about Windows Forms and their answers.
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