What is the difference between User Control, Custom Control and Component?

后端 未结 4 1961
无人及你
无人及你 2020-11-30 18:22

These are three different things you can add to a project and I am not quite sure if I understand the difference. They all seem to for example show up in the component toolb

4条回答
  •  暖寄归人
    2020-11-30 19:08

    Adding to what Fredrik said, generally components and custom controls would be used when you plan on reusing them across projects. Use user controls when you would only be using it in one project.

提交回复
热议问题