Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NOpenFileDialogResult Class
Fields Properties Methods


In This Topic
    NOpenFileDialogResult Class Members
    In This Topic

    The following tables list the members exposed by NOpenFileDialogResult.

    Public Properties
     NameDescription
    Public PropertyGets the dialog for which this result is created. (Inherited from Nevron.Nov.UI.NCommonDialogResult<NOpenFileDialog>)
    Public PropertyIf the result code is ENDialogResult.Error this property contains the exception that was thrown while displaying the platform's dialog box. Otherwise it returns null. (Inherited from Nevron.Nov.UI.NCommonDialogResult<NOpenFileDialog>)
    Public PropertyGets an array of NFile objects which refer to the selected files.  
    Public PropertyGets the result code returned by the dialog. (Inherited from Nevron.Nov.UI.NCommonDialogResult<NOpenFileDialog>)
    Top
    See Also