pub fn test_accessible_has_property(
    accessible: &impl IsA<Accessible>,
    property: AccessibleProperty
) -> bool
Expand description

Checks whether the Accessible has @property set.

accessible

a Accessible

property

a AccessibleProperty

Returns

true if the @property is set in the @accessible