Constant

AppSupportsDarkMode


Description

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.

#If AppSupportsDarkMode Then
  ' Use a different image or adjust colors
#Endif

Compatibility

All project types on all supported operating systems.

See also

#If...#Endif statement; Color.IsDarkMode function; Supporting Dark Mode topic