Function Reference


_WinAPI_GetThemeSysBool

Retrieves the Boolean value of a system metric

#include <WinAPITheme.au3>
_WinAPI_GetThemeSysBool ( $hTheme, $iBoolID )

Parameters

$hTheme Handle to the theme data.
$iBoolID The value that specifies the system Boolean metric desired. It may be the following value.
$TMT_FLATMENUS

Return Value

Returns the value of desired system metric.

Remarks

If the theme data handle is not 0, this function returns the desired BOOL from the SysMetrics section of the
visual style, otherwise, the function returns the value of the specified system Boolean.

See Also

Search GetThemeSysBool in MSDN Library.