WindowBlinds : DirectSkin
ExcludeExplorerBackEx
 

The ExcludeExplorerBackEx method is used to remove background skinning from a ListView control.

long ExcludeExplorerBackEx(
long
hWnd );

Parameters

hWnd
Handle to the ListView control.

Return Values

 

0 = no error
2 = invalid window

Remarks

DirectSkin skins non-ownerdrawn ListView controls with the 'explorer background'.  The explorer background is the 'ExplorerBMP' entry in the UIS file.
This is the same as ExcludeExplorerBack, but it will return a value indicating success or failure.

See Also

 

ExcludeExplorerBack