GetChoiceAt |
Scroll |
Returns the TheWFChoice with the specified index.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetChoiceAt ( _ nIndex As Integer _ ) As TheWFChoice C# public virtual TheWFChoice GetChoiceAt ( int nIndex ) ParametersnIndex Zero-based index of the TheWFChoice to return. Return ValueThe TheWFChoice with the specified nIndex. |
|