WindowBlinds : DirectSkin
ReloadUISEx

The ReloadUISEx method reloads the currently set skin from disk.

void ReloadUISEx();

Parameters

This method has no parameters.

Return Values

This method does not return a value.

Remarks

 

The ReloadUISEx method is called when the current skin has changed; for example any time that LoadUIS has been called after InitWB.
To change skins call LoadUIS first and then ReloadUISEx.
This function is the saem as ReloadUIS.

See Also

InitWB, LoadUIS, ReloadUIS