pub fn test_accessible_has_property(
accessible: &impl IsA<Accessible>,
property: AccessibleProperty,
) -> bool
Expand description
Checks whether the Accessible
has @property set.
§accessible
§property
§Returns
true
if the @property is set in the @accessible