Gets/sets the full 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 Source { get; set; }
Visual Basic
Public Property Source As String
	Get
	Set
JScript
function get Source () : String
function set Source (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 resolved absolute path of the file.

See Also