In This Topic
            
            Shows a file open dialog, allows the user to select a C1DX or C1D file, and loads the selected file into the current preview pane. If an exception occurs while loading the file, an error message is displayed, and the method returns false.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Function FileOpen() As Boolean
             
        
            
        
             
        
            
            
            Return Value
true if the file was successfully loaded, false if an error occurred or the user cancelled the dialog.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also