Funktionreferenz


_WinAPI_GetThemeSysBool


Retrieves the Boolean value of a system metric

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

Parameter

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

Rückgabewert

Returns the value of desired system metric.

Bemerkungen

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.

Siehe auch

Suche nach GetThemeSysBool in der MSDN Bibliothek.