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


In This Topic
    ENMessageBoxButtons Enumeration
    In This Topic
    Enumerates button combinations to display on a message box.
    Syntax
    'Declaration
     
    
    Public Enum ENMessageBoxButtons 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENMessageBoxButtons
    public enum ENMessageBoxButtons : System.Enum 
    Members
    MemberDescription
    AbortRetryIgnoreThe message box contains Abort, Retry, and Ignore buttons.
    OKThe message box contains an OK button.
    OKCancelThe message box contains OK and Cancel buttons.
    RetryCancelThe message box contains Retry and Cancel buttons.
    YesNoThe message box contains Yes and No buttons.
    YesNoCancelThe message box contains Yes, No, and Cancel buttons.
    Inheritance Hierarchy

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

    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