Gets/sets the path name of the current display file.

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

Syntax

C#
public string OriginalSource { get; set; }
Visual Basic
Public Property OriginalSource As String
	Get
	Set
JScript
function get OriginalSource () : String
function set OriginalSource (value : String)

Remarks

Setting a new filename/URL will cause that file to be loaded asynchronously.

If the filename specified for a load operation is a relative path, this property returns the non-resolved relative path as originally specified.

See Also