NevronOpenVision
Nevron.Nov.UI Namespace / NMessageBox Class
Fields Properties Methods Events


In This Topic
    NMessageBox Class Members
    In This Topic

    The following tables list the members exposed by NMessageBox.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor. Do not use this constructor to create message boxes. Use the static Create method instead or one of the static Show methods to directly create and show a message box.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NMessageBox.  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Shows a message box with the specified content, title and an OK button.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Shows a message box with an OK button and an error icon.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Shows a message box with an OK button and an information icon.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Shows a message box with Yes/No buttons and a question icon.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Shows a message box with an OK button and a warning icon.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Called when the user has pressed the "Escape" button to close the window.  
    Protected MethodOverridden. Called when the message box is closed.  
    Protected MethodOverridden. Called when a title bar button has been clicked.  
    Top
    See Also