An NDoc Documented Class Library

XPThemeManager.DrawThemeParentBackground Method 

Causes the parent to draw its background on the part's graphics surface. This can be used to generate pseudo-transparent elements.

public void DrawThemeParentBackground(
   Graphics graphics,
   Rectangle bounds
);

Parameters

graphics
The graphics surface on which to draw
bounds
The bounding rectangle in which the parent background should be rendered.

See Also

XPThemeManager Class | XPThemeManager Members | Genghis.Windows.Forms Namespace