On this pageStylizedElement.disabledpublic bool disabled { get; set; }CopyDescription#Get/Set if element is disabledUsage#Exampleusing NullSave.GDTK.UIProusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(StylizedElement target) { bool result = target.disabled; } }Copy