GetSkinPropertyParam

www.progui.co.uk  Top  Previous  Next

GetSkinPropertyParam()

Syntax

Value$ = GetSkinPropertyParam(Skin.i, Component$, State$, Property$, Parameter$)

Description

 

Returns the value of a skin component state's property parameter. A property parameter is defined by a name label followed by a colon then the parameter's value followed by a terminating semicolon, e.g. "Colour: Red; Image: test.png;". 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. Parameter$ is the name of the property's parameter that you want to retrieve the value for.

 

If the property parameter contains a colour then the RGB colour value is returned.

 

See GetSkinPropertyColour, GetSkinPropertySubParam, CountSkinPropertySubParams.

 

Skins Index