DrawThemeParentBackground Method
In This Topic
Syntax
'Declaration
Public Shared Function DrawThemeParentBackground( _
ByVal As IntPtr, _
ByVal As IntPtr, _
ByRef As Win32.RECT _
) As IntPtr
public static IntPtr DrawThemeParentBackground(
IntPtr ,
IntPtr ,
ref Win32.RECT
)
Parameters
- hwnd
- hdc
- pRect
See Also