ComponentOne List for WinForms
In This Topic
    Object Model
    In This Topic

    List for WinForms was developed using the latest .NET technologies. The C1List control and its programmable components are all .NET objects designed according to Microsoft specifications. If you are already familiar with the Microsoft .NET object and collection models, you will have no problem using C1List.

    If you are new to Visual Studio, please read Working with Objects and Collections, which illustrates how to manipulate C1List objects in code. Although individual objects are designed to perform different tasks, the techniques used to manipulate them are the same. Once you have mastered these common programming constructs, using Visual Studio and .NET controls will be quite easy and intuitive.

    Regardless of your experience level, please read the following section, as it provides a thumbnail sketch of all C1List objects and collections.

    See Also