Determines if this viewer is currently in the process of loading a display file.

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

Syntax

C#
public bool IsLoadingFile()
Visual Basic
Public Function IsLoadingFile As Boolean
JScript
public function IsLoadingFile() : boolean

Return Value

True if this viewer is currently loading a display file, false otherwise.

See Also