Shows the file open dialog, allowing the user to browse for a new file to load. After choosing a file, that file will be loaded into this control.

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

Syntax

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

Return Value

True if a new file was selected, false otherwise.

See Also