Gets the list of filenames (including path and extension) in the "forward" history.

Namespace: Ico.Gwx
Assembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string[] HistoryForwardFiles { get; private set; }
Visual Basic
Public Property HistoryForwardFiles As String()
	Get
	Private Set
JScript
function get HistoryForwardFiles () : String[]
private function set HistoryForwardFiles (value : String[])

See Also