ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1MultiSelect Class / SelectAll Method

In This Topic
    SelectAll Method (C1MultiSelect)
    In This Topic
    Selects all the items in a C1MultiSelect.

    You can use MaxSelectedItems to limit the number of items that can be selected.

    Syntax
    'Declaration
     
    
    Public Sub SelectAll() 
    public void SelectAll()
    Exceptions
    ExceptionDescription
    Thrown when the size of selected objects exceed 2GB.
    See Also