Creating 'Non Visual' .NET User Controls

Posted by GX on Stack Overflow See other posts from Stack Overflow or by GX
Published on 2010-03-28T14:37:28Z Indexed on 2010/03/28 14:43 UTC
Read the original article Hit count: 230

Filed under:
|
|

Hello,

How do I create non visual components in .NET that can be dragged and dropped onto a Form ?

For example the imagelist component is a non visual component, it appears in the toolbox and can be dragged onto a form and properties can be set for that component.

How can I achieve that ? How can I create non visual components. I know about user controls but that is not what I am looking for.

Thank you

© Stack Overflow or respective owner

Related posts about .NET

Related posts about components