IExecutionMgrCurrDispQues Property |
returns the index of the current displayed question
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax int CurrDispQues { get; }
Return Value
Type:
Int32int
Examples
If currently the displayed question index is 10, ExecutionMgr.CurrDispQues will return 10
See Also