Draws one or more edges defined by the visual style of a rectangle.
#Include <WinAPIEx.au3>
_WinAPI_DrawThemeEdge ( $hTheme, $iPartId, $iStateId, $hDC, $tRECT, $iEdge, $iFlags [, $tAREA] )
$hTheme | Handle to a window's specified theme data. |
$iPartId | The part that contains the rectangle. |
$iStateId | The state of the part. |
$hDC | Handle to the device context. |
$tRECT | $tagRECT structure that contains the rectangle. |
$iEdge | The type of inner and outer edges to draw. This parameter must be a combination of one inner-border flag and one outer-border flag ($BDR_*), or one of the combination flags ($EDGE_*). |
$iFlags | The type of border to draw. It can be a combination of the BF_* constants. |
$tAREA | [可选参数] $tagRECT structure that contains the rectangle that receives the interior rectangle, if $BF_ADJUST is used. |
成功: | 返回 1. |
失败: | 返回 0 并设置 @error 标志为非 0 值, @extended 标志可能包含一个系统错误代码. |
在MSDN中搜索