Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NPrintDialog Class / RequestShow Method


In This Topic
    RequestShow Method (NPrintDialog)
    In This Topic
    Requests for the dialog to be displayed.
    Syntax
    'Declaration
     
    
    Public Overrides Function RequestShow() As System.Boolean
    'Usage
     
    
    Dim instance As NPrintDialog
    Dim value As System.Boolean
     
    value = instance.RequestShow()
    public override System.bool RequestShow()

    Return Value

    Returns true if the request was successfully submitted and the dialog will attempt to show.
    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