SetSkinPropertyDataSize

www.progui.co.uk  Top  Previous  Next

SetSkinPropertyDataSize()

Syntax

Success = SetSkinPropertyDataSize(Skin.i, Component$, State$, Property$, Size.i)

Description

 

Sets a skin component state's property resource data size. Skin.i specifies the handle of the skin. Component$ is the name of the skin's component (e.g. "ButtonEx") and can also specify that the property is for a specific colour theme by adding a colon and then the colour scheme name e.g. "ButtonEx : black". State$ is the name of the component's state (e.g. "normal", "hot", "disabled", ...). Property$ is the name of the component state's property that you wish to set the resource data size for. Size.i is the size of the resource data in memory.

 

Returns true for success, zero for failure.

 

 

Skins Index