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


In This Topic
    RequestShow Method (NCommonDialog)
    In This Topic
    Requests for the dialog to be displayed.
    Syntax
    'Declaration
     
    
    Public MustOverride Function RequestShow() As System.Boolean
    'Usage
     
    
    Dim instance As NCommonDialog
    Dim value As System.Boolean
     
    value = instance.RequestShow()
    public abstract System.bool RequestShow()
    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