SetControlButtonVisible Data Member Function

Sets the control button at the specified index visible or invisible.

Prototype

int32 SetControlButtonVisible( int32 p_nIndex, int32 p_bVisible )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the control containing the control button.
int32p_bVisible0 makes the control button invisible and 1 makes the control button visible.

Examples

Copy Text To Clipboard

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