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