Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / lElI Class / GI Method


In This Topic
    GI Method (lElI)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Function GI( _
       ByVal vElI As NDragDropSource, _
       ByVal WElI As NDataObject _
    ) As KlCd.SMCd
    'Usage
     
    
    Dim instance As lElI
    Dim vElI As NDragDropSource
    Dim WElI As NDataObject
    Dim value As KlCd.SMCd
     
    value = instance.GI(vElI, WElI)
    protected override KlCd.SMCd GI( 
       NDragDropSource vElI,
       NDataObject WElI
    )

    Parameters

    vElI
    WElI
    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