SetSkinAutoUpdate

www.progui.co.uk  Top  Previous  Next

SetSkinAutoUpdate()

Syntax

Success = SetSkinAutoUpdate(Skin.i, State.b)

Description

 

Sets whether all the previously created controls using the specified Skin handle are automatically updated when the skin is changed. State can be true to enable or false to disable.

 

This command is useful when modifying/creating a skin with a lot of calls to SetSkinProperty as by default every call will update in realtime every control using the edited skin (that's if the control handles the #WM_UPDATESKIN message).

 

Returns true for success, zero for failure.

 

See GetSkinAutoUpdate.

 

Skins Index