Nevron.Interop.Win32 Namespace / NUxTheme Class / DrawThemeParentBackground Method / DrawThemeParentBackground(Control,Graphics,Rectangle) Method


DrawThemeParentBackground(Control,Graphics,Rectangle) Method
Syntax
'Declaration
 
Public Overloads Shared Sub DrawThemeParentBackground( _
   ByVal parent As System.Windows.Forms.Control, _
   ByVal g As System.Drawing.Graphics, _
   ByVal r As System.Drawing.Rectangle _
) 
 
'Usage
 
Dim parent As System.Windows.Forms.Control
Dim g As System.Drawing.Graphics
Dim r As System.Drawing.Rectangle
 
NUxTheme.DrawThemeParentBackground(parent, g, r)

Parameters

parent
g
r
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also