WindowBlinds : DirectSkin
DestroySecondarySkin
 

The DestroySecondarySkin method is used to destroy secondary skins.

void DestroySecondarySkin(
short
index );

Parameters

index
The index of the secondary skin to be destroyed.  See the secondary skins reference for more information. Important: Index 2 is used by DirectSkin when using the ShowPreview method.

Return Values

 

This method does not return a value.

Remarks

Secondary skinning must be removed using the RemovePerWindowSkin method from any windows that are currently skinned using the index specified. 

See Also

 

Secondary Skins, LoadSecondarySkin, LoadSecondarySkin2, AddPerWindowSkin, RemovePerWindowSkin, ShowPreview