SetControlEnabled Data Member Function

Enables or disables the control at the specified index.

Prototype

int32 SetControlEnabled( int32 p_nIndex, int32 p_bEnabled )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the control.
int32p_bEnabled0 disables this control and 1 enables this control.

Examples

Copy Text To Clipboard

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