void SetQuestionReadOnly(int inQuesIndex, bool inValue)
Description
Changes the "Read Only" state of a question
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIindex | Int | Index of the Question |
inValue | bool | 'true' to set question as "ReadOnly" or 'false' otherwise. |
Return Type
void
Comments
Please sign in to leave a comment.