ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1FilePicker Class / OpenRead Method



In This Topic
    OpenRead Method
    In This Topic
    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