Difference between revisions of "iOSContainerControl.AppearanceChanged"
From Xojo Documentation
(Created page with "{{EventBox | name=AppearanceChanged | owner=iOSContainerControl | ownertype=class | parameters=dark As Boolean | platform=all | newinversion=2019r3 }} {{Description |t...") |
(→See Also) |
||
Line 14: | Line 14: | ||
==See Also== | ==See Also== | ||
− | [[ColorGroup]] class. | + | [[ColorGroup]] class, [[Color.IsDarkMode]] method. |
[[Category:Dark Mode]] | [[Category:Dark Mode]] |
Latest revision as of 17:58, 26 May 2020
Event
iOSContainerControl.AppearanceChanged(dark As Boolean)
New in 2019r3
Supported for all project types and targets.
New in 2019r3
Supported for all project types and targets.
Called when a user switches between Light and Dark mode.
Notes
Use this event to update any graphics or other UI as needed.
See Also
ColorGroup class, Color.IsDarkMode method.