Label Enabled property not working as expected

Hi! Welcome to the forums!

Mouse events will still fire, even if a component is set to be disabled. All is not lost, however. You can use the Enabled property in your script:

[code]if event.source.enabled:

do some stuff…[/code]

Hope this helps!

1 Like