Retrieves a handle identifying a logical brush that corresponds to the specified color index
#include <WinAPIGdi.au3>
_WinAPI_GetSysColorBrush ( $iIndex )
$iIndex | The display element whose color is to be retrieved |
Success: | A logical brush if $iIndex is supported by the current platform |
Failure: | 0 |
Search GetSysColorBrush in MSDN Library.