UIA_IsEnabledPropertyId top-level constant

  1. @Deprecated('Use UIA_PROPERTY_ID.UIA_IsEnabledPropertyId instead')
int const UIA_IsEnabledPropertyId

Identifies the IsEnabled property, which is a Boolean value that indicates whether the UI item referenced by the automation element is enabled and can be interacted with.

Implementation

@Deprecated('Use UIA_PROPERTY_ID.UIA_IsEnabledPropertyId instead')
const UIA_IsEnabledPropertyId = 30010;