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

In This Topic
    IsSelectionRequired Property (IUiaSelectionProvider)
    In This Topic
    Indicates whether the control requires at least one element to be selected
    Syntax
    'Declaration
     
    
    ReadOnly Property IsSelectionRequired As Boolean
    bool IsSelectionRequired {get;}

    Property Value

    Boolean indicating whether the control requires at least one element to be selected
    Remarks
    If this is false, then the control allows all elements to be unselected
    See Also