Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NFileDialog Class
Members


In This Topic
    NFileDialog Class
    In This Topic
    Used as a base class for classes that represent platform-provided file dialogs.
    Object Model
    NFileDialog Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NFileDialog 
       Inherits NCommonDialog
    'Usage
     
    
    Dim instance As NFileDialog
    public abstract class NFileDialog : NCommonDialog 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.UI.NCommonDialog
          Nevron.Nov.UI.NFileDialog
             Nevron.Nov.UI.NOpenFileDialog
             Nevron.Nov.UI.NSaveFileDialog

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also