C# - What is a component and how is it typically used?

后端 未结 3 1417
遇见更好的自我
遇见更好的自我 2020-12-14 06:44

What is a component class and where would I typically use one?

When I add a new item to my project in VS.NET 2008 one of the options is to add a component. I am not

3条回答
  •  遥遥无期
    2020-12-14 07:24

    Component Class is for sharing objects between applications.

    Typically for dropping down object like outlook email to an application.

提交回复
热议问题