WindowBlinds : DirectSkin
EnableSpecialBackgroundSupport
 

The EnableSpecialBackgroundSupport method can be used to make DirectSkin treat the window passed in differently. When painted DirectSkin will use an alternative technique to ensure the window respects skin colours. If you pass in 0xFFFFFFFF as the hWnd then this mode will be enabled for all child windows.

void EnableSpecialBackgroundSupport(long hWnd );

Parameters

hWnd
A handle to the window.

Return Values

 

none

Remarks

 

The function may be required on .NET picture controls which attempt to use transparency to their parent windows.

See Also

 

There are no related topics to this method.