Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NContentPopupHost Class / nKCd Method


In This Topic
    nKCd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function nKCd( _
       ByVal OKCd As NMouseEventArgs, _
       ByVal pKCd As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NContentPopupHost
    Dim OKCd As NMouseEventArgs
    Dim pKCd As System.Boolean
    Dim value As System.Boolean
     
    value = instance.nKCd(OKCd, pKCd)
    internal System.bool nKCd( 
       NMouseEventArgs OKCd,
       System.bool pKCd
    )

    Parameters

    OKCd
    pKCd
    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