Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "DrawThemeBackground" in [All]

Structures

.

    public DrawThemeBackgroundFlags dwFlags;

.

    Public dwFlags As DrawThemeBackgroundFlags

.

RECT, DrawThemeBackgroundFlags

uxtheme

.

public extern static Int32 DrawThemeBackgroundEx(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pRect, ref DTBGOPTS poptions);

.

Declare Function DrawThemeBackgroundEx Lib "uxtheme.dll" (TODO) As TODO

.

Public Shared Function DrawThemeBackgroundEx(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, ByRef pRect As RECT, ByRef poptions As DTBGOPTS) As Int32

.
Documentation
[DrawThemeBackgroundEx] on MSDN
.

public extern static Int32 DrawThemeBackgroundEx(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pRect, ref DTBGOPTS poptions);

.

Declare Function DrawThemeBackgroundEx Lib "uxtheme.dll" (TODO) As TODO

.

Public Shared Function DrawThemeBackgroundEx(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, ByRef pRect As RECT, ByRef poptions As DTBGOPTS) As Int32

.
Documentation
[DrawThemeBackgroundEx] on MSDN

Enums

.
Summary
Used in the DTBGOPTS structure with the DrawThemeBackgroundEx function.
.

private enum DrawThemeBackgroundFlags : uint

.

Private Enum DrawThemeBackgroundFlags As UInteger

.
Documentation
[DrawThemeBackgroundFlags] on MSDN

 
Access PInvoke.net directly from VS: