The Portrate Interview Engine

InterviewControl.DoPrev Method 

Places the user back on the previous page without saving any of the current data.

[Visual Basic]
Public Function DoPrev() As Boolean
[C#]
public bool DoPrev();
[C++]
public: bool DoPrev();
[JScript]
public function DoPrev(): bool;

Return Value

Always true

See Also

InterviewControl Class | Portrate.Interview Namespace