Input for WinForms | ComponentOne
C1.Win.Accessibility.Items.BaseInterfaces Namespace / IUiaSelectionItemProvider Interface / IsSelected Property

In This Topic
    IsSelected Property (IUiaSelectionItemProvider)
    In This Topic
    Check whether an element is selected
    Syntax
    'Declaration
     
    
    ReadOnly Property IsSelected As Boolean
    bool IsSelected {get;}

    Property Value

    returns true if the element is selected
    See Also