Retrieves the value of a system color.
#Include <WinAPIEx.au3>
_WinAPI_GetThemeSysColor ( $hTheme, $iColorId )
$hTheme | Handle to the theme data. |
$iColorId | The value that specifies the color number. It may be one of the $COLOR_* constants. |
Success | The value of the specified system color. |
Failure | (-1) and sets the @error flag to non-zero. |
在MSDN中搜索