检索视觉样式指定的背景是否为透明或 alpha 混合.
#Include <WinAPIEx.au3>
_WinAPI_IsThemeBackgroundPartiallyTransparent ( $hTheme, $iPartId, $iStateId )
$hTheme | 指定主题数据的窗口句柄. |
$iPartId | 部件. |
$iStateId | 指定部件的状态值. |
成功: | 返回 1 - 主题指定的背景为透明或 alpha 混合. |
返回 0 - 不是. | |
失败: | 返回 0,并设置@error标志为非 0 值. |
在MSDN中搜索