Gets the list of display titles in the "forward" history. If a display file does not have a configured title, the filename without the path and extension will be used instead.

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

Syntax

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

See Also