Thursday, July 2, 2009

What is the Use of IComponent Interface

The functionality that IComponent adds to your class is that it can be used in component designer. It can be added to the Visual Studio's Toolbox area and it can be manipulated in design time. Without IComponent interface you cannot do this. Look at the items in your toolbox they all support IComponent which tells that they are components.

No comments:

Post a Comment

 
Locations of visitors to this page