Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDocumentViewMessage Class / NDocumentViewMessage Constructor / NDocumentViewMessage Constructor(Object,Boolean)
The content of the message - can be text, image or any NOV widget.
Specifies whether to show a "Close" button or not.


In This Topic
    NDocumentViewMessage Constructor(Object,Boolean)
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal content As System.Object, _
       ByVal showCloseButton As System.Boolean _
    )
    'Usage
     
    
    Dim content As System.Object
    Dim showCloseButton As System.Boolean
     
    Dim instance As New NDocumentViewMessage(content, showCloseButton)
    public NDocumentViewMessage( 
       System.object content,
       System.bool showCloseButton
    )

    Parameters

    content
    The content of the message - can be text, image or any NOV widget.
    showCloseButton
    Specifies whether to show a "Close" button or not.
    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