Click or drag to resize
IExecutionMgrCurrDispQues Property
returns the index of the current displayed question

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int CurrDispQues { get; }

Return Value

Type: Int32
int
Examples
If currently the displayed question index is 10, ExecutionMgr.CurrDispQues will return 10
See Also