Get(HighContrastColor)
Category: Get
Syntax: Get ( HighContrastColor ) |
Parameters: None
Data type returned: Text
Description:
Windows only: Returns the name of the current high-contrast default color scheme. Returns an empty value (null) if Use High Contrast is unavailable, inactive, or if the function is called on the Mac OS.
Use High Contrast is an option under Control Panel, Accessibility Options, Display tab. The standard options increase default font sizes and heighten screen contrast to assist users with impaired vision.
Examples:
Function |
Results |
---|---|
Get (HighContrastColor) |
Returns High Contrast White (large) when the Use High Contrast option in Windows 2000 is active and Black on White is selected. |
Returns High Contrast Black (large) when the Use High Contrast option in Windows 2000 is active and White on Black is selected. |
|
Returns the name of the custom color scheme when the Use High Contrast option in Windows 2000 is active and a custom color scheme is selected. |
|
Returns null if the Use High Contrast option is not selected or if the computer is a Macintosh. |