Funktionreferenz


_WinAPI_GetThemeBackgroundContentRect


Retrieves the size of the content area for the background defined by the visual style

#include <WinAPITheme.au3>
_WinAPI_GetThemeBackgroundContentRect ( $hTheme, $iPartID, $iStateID, $hDC, $tRECT )

Parameter

$hTheme Handle to a window's specified theme data.
$iPartID The part that contains the content area.
$iStateID The state of the part.
$hDC Handle to the device context to use when drawing.
$tRECT $tagRECT structure that contains the total background rectangle. This is the area inside the borders or margins.

Rückgabewert

Success: $tagRECT structure that contains the content area background rectangle.
Failure: Sets the @error flag to non-zero, @extended flag may contain the HRESULT error code.

Bemerkungen

None.

Siehe auch

Suche nach GetThemeBackgroundContentRect in der MSDN Bibliothek.