WindowBlinds : DirectSkin
SetIncludeorExcludeMode
 

The SetIncludeorExcludeMode method sets whether DirectSkin is in window include mode or window exclude mode. If DirectSkin is in include mode, it will check this list every time a new window is created and shown. If the window is in the list, it will be skinned.
void SetIncludeorExcludeMode(
short
mode );

Parameters

mode
Passing mode as 0 will switch DirectSkin to exclusion mode. This is the default. Passing mode as 1 will switch DirectSkin into exclusion mode.

Return Values

 

This method does not return a value.

Remarks

 

If DirectSkin is in include mode, and a window has been shown and is not in the inclusion list, the style of the window will need to be changed if it is added to the inclusion list in order for DirectSkin to start skinning the window..

See Also

 

AddIncludeList, RemoveIncludeList