函数参考


_WinAPI_GetThemeSysColor

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.

注意/说明

If the theme data handle is not 0, this function returns the color from the SysMetrics section of the current
visual style, otherwise, the function returns the color matching the global system color.

相关

详情参考

在MSDN中搜索