AppSupportsDarkMode
From Xojo Documentation
Constant As Boolean
anBoolean = AppSupportsDarkMode
New in 2018r4
New in 2018r4
Indicates if the app is built with Supports Dark Mode property set to ON.
Usage
result = AppSupportsDarkMode
Part | Type | Description |
---|---|---|
result | Boolean | Returns True if you are compiling or running an app with Supports Dark Mode property set to ON. |
Sample Code
Use AppSupportsDarkMode to isolate code specific for when Supports Dark Mode is ON or OFF.
See Also
#If...#Endif statement; IsDarkMode function; UserGuide:Dark Mode topic