[]
        
(Showing Draft Content)

C1.Win.Accessibility.Items.UiaTextRangeProvider.FindAttribute

FindAttribute Method

FindAttribute(int, object, bool)

Declaration
public ITextRangeProvider FindAttribute(int attributeId, object val, bool backwards)
Public Function FindAttribute(attributeId As Integer, val As Object, backwards As Boolean) As ITextRangeProvider
Parameters
Type Name Description
int attributeId
object val
bool backwards
Returns
Type Description
ITextRangeProvider
Implements