Retrieves the Boolean value of a system metric
#include <WinAPITheme.au3>
_WinAPI_GetThemeSysBool ( $hTheme, $iBoolID )
$hTheme | Handle to the theme data. |
$iBoolID | The value that specifies the system Boolean metric desired. It may be the following value. $TMT_FLATMENUS |
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.
Search GetThemeSysBool in MSDN Library.