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


In This Topic
    NSaveFileDialogResult Class
    In This Topic
    Represents the dialog result for the Save file dialog.
    Object Model
    NSaveFileDialogResult Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NSaveFileDialogResult 
       Inherits Nevron.Nov.UI.NCommonDialogResult(Of NSaveFileDialog)
    'Usage
     
    
    Dim instance As NSaveFileDialogResult
    public abstract class NSaveFileDialogResult : Nevron.Nov.UI.NCommonDialogResult<NSaveFileDialog> 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.UI.NCommonDialogResult<T>
          Nevron.Nov.UI.NSaveFileDialogResult
             Nevron.Nov.Internal.CGCI

    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