SetControlButtonLabel Data Member Function

Sets the control button label text.

Prototype

int32 SetControlButtonLabel( int32 p_nIndex, string p_sLabelText )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the control containing the control button.
stringp_sLabelTextA string containing the control button label text.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.