Input for WinForms | ComponentOne
C1.Win.Accessibility.Items.BaseInterfaces Namespace / IUiaSelectionProvider Interface / CanSelectMultiple Property

In This Topic
    CanSelectMultiple Property (IUiaSelectionProvider)
    In This Topic
    Indicates whether the control allows more than one element to be selected
    Syntax
    'Declaration
     
    
    ReadOnly Property CanSelectMultiple As Boolean
    bool CanSelectMultiple {get;}

    Property Value

    Boolean indicating whether the control allows more than one element to be selected
    Remarks
    If this is false, then the control is a single-select ccntrol
    See Also