| version | 8.0.0-dp-3 |
|---|
- Widgets now have access to their enable state.
- The
my enabledproperty returnstrueif the widget is currently enabled - The
my disabledproperty returnstrueif the widget is currently disabled - If script changes the enabled (or disabled) property of
the widget then an
OnParentPropChangedmessage will be sent.
- The