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

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

Syntax

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

See Also