InsertStringControl Data Member Function

Inserts a control at the specified index.

Prototype

int32 InsertStringControl( string p_sControlID, int32 p_nIndex )

Parameters

Parameter Type Parameter Name Documentation
stringp_sControlIDThe control identifier such as "IDC_MY_CONTROL" or another appropriate identifier.
int32p_nIndexThe index at which to insert the control.

Examples

Copy Text To Clipboard

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