Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENCommonDialogResult Enumeration


In This Topic
    ENCommonDialogResult Enumeration
    In This Topic
    Enumerates the possible dialog result codes returned from platform-provided dialog boxes.
    Syntax
    'Declaration
     
    
    Public Enum ENCommonDialogResult 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENCommonDialogResult
    public enum ENCommonDialogResult : System.Enum 
    Members
    MemberDescription
    CancelThe user has cancelled the dialog box.
    ErrorAn error has occured while displaying the platform's dialog box.
    OKThe user has approved the operation.
    UnknownThe platform's dialog box does not provide a result code.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENCommonDialogResult

    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