Input for WinForms | ComponentOne
C1.Win.Accessibility.Items.BaseInterfaces Namespace / IUiaTextProvider Interface / SupportedTextSelection Property

In This Topic
    SupportedTextSelection Property (IUiaTextProvider)
    In This Topic
    True if the text container supports text selection. If the provider returns false then it should throw InvalidOperation exceptions for ITextProvider.GetSelection and ITextRangeProvider.Select.
    Syntax
    'Declaration
     
    
    ReadOnly Property SupportedTextSelection As SupportedTextSelection
    SupportedTextSelection SupportedTextSelection {get;}
    See Also