ComponentOne FinancialChart for WPF
OpenRead Method



C1.WPF Namespace > C1FilePicker Class : OpenRead Method
Opens the selected file for reading.
Syntax
'Declaration
 
Public Function OpenRead() As Stream
'Usage
 
Dim instance As C1FilePicker
Dim value As Stream
 
value = instance.OpenRead()
public Stream OpenRead()
public:
Stream^ OpenRead(); 

Return Value

The stream of the selected file.
Remarks
In WPF partial trust it is not possible to access SelectedFile, but this method still works.
See Also

Reference

C1FilePicker Class
C1FilePicker Members