Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NMessageBox Class / ShowWarning Method / ShowWarning(INTopLevelWindowsContainer,Object,String) Method


In This Topic
    ShowWarning(INTopLevelWindowsContainer,Object,String) Method
    In This Topic
    Shows a message box with an OK button and a warning icon.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ShowWarning( _
       ByVal windowContainerr As INTopLevelWindowsContainer, _
       ByVal content As System.Object, _
       ByVal title As System.String _
    ) As NPromise(Of ENWindowResult)
    'Usage
     
    
    Dim windowContainerr As INTopLevelWindowsContainer
    Dim content As System.Object
    Dim title As System.String
    Dim value As NPromise(Of ENWindowResult)
     
    value = NMessageBox.ShowWarning(windowContainerr, content, title)
    public static NPromise<ENWindowResult> ShowWarning( 
       INTopLevelWindowsContainer windowContainerr,
       System.object content,
       System.string title
    )

    Parameters

    windowContainerr
    content
    title
    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