Synchronously loads the specified filename/uri.

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

Syntax

C#
public bool FileOpen(
	string uri
)
Visual Basic
Public Function FileOpen ( _
	uri As String _
) As Boolean
JScript
public function FileOpen(
	uri : String
) : boolean

Parameters

uri
Type: System..::..String
The filename/uri of the display to load.

Return Value

True if the display is successfully loaded, false otherwise.

Remarks

This operation is synchronous; the method does not return until the document has finished loading, or until a failure occurs. However, during this operation the user interface remains responsive, allowing the user to cancel/abort an in-progress load.

See Also