hasDisabledPseudoState
Returns true if this element matches the:disabled pseudo-class.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool hasDisabledPseudoState { get; }
Remarks
For an example of how to use this property, refer to Check pseudo-state of a control.