The Portrate Interview Engine

InterviewControl.History Property

Get/set the form history

[Visual Basic]
Protected Property History As Stack
[C#]
protected Stack History { get; set; }
[C++]
protected: __property Stack* get_History();
protected: __property void set_History(Stack* );
[JScript]
protected function get History() : Stack
protected function set History(Stack);

See Also

InterviewControl Class | Portrate.Interview Namespace