ComponentOne MultiSelect for WinForms
In This Topic
    Elements
    In This Topic

    The MultiSelect control mainly consists of two elements which are available in C1.Win.Input.C1MultiSelect.dll.

    Dropdown UI 

    CheckList

    The CheckList control, displays a collection of items in a static list, and allows user to select desired items from a defined list. For example, it can be used to display a list of skills in a CV form on a job portal as shown in the following image.

    ComponentOne checklist control

    To understand implementation of the control, refer CVForm sample available at the default installation folder.
    Documents\ComponentOne Samples\WinForms\MultiSelect

    TagEditor

    The TagEditor provides the user with a textbox area where each tag behaves as an individual entry which can be inserted, edited, and removed individually. For example, it can be used to enter the name of all the previous workplaces in a CV form on a job portal. These names are added in the control as individual tags which can be edited or removed later.

    ComponentOne tag editor control

    See Also