| VistaOpenFileDialogOpenFile Method |
Opens the file selected by the user, with read-only permission. The file is specified by the FileName property.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Public Function OpenFile As Stream
public:
Stream^ OpenFile()
member OpenFile : unit -> Stream
Return Value
Type:
StreamA Stream that specifies the read-only file selected by the user.
Exceptions See Also