Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandBarManager Class / prAd Method


In This Topic
    prAd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function prAd( _
       ByVal QrAd As NCommandBarFloater, _
       ByVal rrAd As NPoint _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NCommandBarManager
    Dim QrAd As NCommandBarFloater
    Dim rrAd As NPoint
    Dim value As System.Boolean
     
    value = instance.prAd(QrAd, rrAd)
    internal System.bool prAd( 
       NCommandBarFloater QrAd,
       NPoint rrAd
    )

    Parameters

    QrAd
    rrAd
    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