'DeclarationPublic Overloads Shared Function DrawThemeBackground( _ ByVal hTheme As System.IntPtr, _ ByVal hDC As System.IntPtr, _ ByVal partId As System.Integer, _ ByVal stateId As System.Integer, _ ByRef rect As NWin32.RECT, _ ByVal clip As System.IntPtr _ ) As System.Integer
'UsageDim hTheme As System.IntPtr Dim hDC As System.IntPtr Dim partId As System.Integer Dim stateId As System.Integer Dim rect As NWin32.RECT Dim clip As System.IntPtr Dim value As System.Integer value = NUxTheme.DrawThemeBackground(hTheme, hDC, partId, stateId, rect, clip)
Parameters
- hTheme
- hDC
- partId
- stateId
- rect
- clip