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

Project Types

Desktop, Mobile, Web

Operating Systems

All

See also

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