Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NWrapFlowPanelControl Class / LookupEntry Method


In This Topic
    LookupEntry Method (NWrapFlowPanelControl)
    In This Topic
    Syntax
    'Declaration
     
    
    <MS.Internal.WindowsBase.FriendAccessAllowedAttribute()>
    Friend Function LookupEntry( _
       ByVal targetIndex As System.Integer _
    ) As System.Windows.EntryIndex
    'Usage
     
    
    Dim instance As NWrapFlowPanelControl
    Dim targetIndex As System.Integer
    Dim value As System.Windows.EntryIndex
     
    value = instance.LookupEntry(targetIndex)
    [MS.Internal.WindowsBase.FriendAccessAllowed()]
    internal System.Windows.EntryIndex LookupEntry( 
       System.int targetIndex
    )

    Parameters

    targetIndex
    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