WindowBlinds : DirectSkin
SetRootPath
 

The SetRootPath method is used to set the root directory of the skins to be used by DirectSkin.

void SetRootPath(
short
mode );

Parameters

mode
The mode to use.  Providing 0 for this value uses the WindowBlinds directory.  This is ideal during development.  Providing 1 for this value uses the application directory.  DirectSkin loads skins from the WindowBlinds directory by default.

Return Values

 

This method has no return values.

Remarks

 

An alternative method, SetRootPathStr, can be used to set a string-based root path.

See Also

 

SetRootPathStr, LoadUIS, LoadSecondarySkin2, ShowPreview