WindowBlinds : DirectSkin
AddExcludeHwnd
 

The AddExcludeHwnd method adds a window to the skinning exclusion list.  This must be done before the window is shown in order for the exclusion to take effect.

void AddExcludeHwnd(
long
hWnd );

Parameters

hWnd
Handle to the window to be excluded.

Return Values

 

This method does not return a value.

Remarks

 

Windows are hooked to be skinned after they are shown, so if the window has been shown before AddExcludeHwnd is called, the window cannot be excluded.

See Also

 

RemoveExcludeHwnd, SetIncludeorExcludeMode