SetButtonExSkin

www.progui.co.uk  Top  Previous  Next

SetButtonExSkin()

Syntax

Success = SetButtonExSkin(ID.i, Skin.i, ComponentName$, noRefresh.b)

Description

Sets a ButtonEx's skin.

ID.i specifies the handle/ID of the button you want to set the skin for. Skin.i is the handle of the skin.

ComponentName$ is optional and can be an empty string. Specifying ComponentName$ will make the control use the states and properties for that skin component name (if it exists in the skin) instead of the default (e.g. "ButtonEx").

If noRefresh.b is set to true then the ButtonEx won't be refreshed/updated after this command is called.

Please see Skin States & Properties for creating/editing ButtonEx skins.

Returns true if successful, zero for failure.

 

 

ButtonEx Index