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


In This Topic
    ReadLocalValueEntry Method (NWrapFlowPanelControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function ReadLocalValueEntry( _
       ByVal entryIndex As System.Windows.EntryIndex, _
       ByVal dp As System.Windows.DependencyProperty, _
       ByVal allowDeferredReferences As System.Boolean _
    ) As System.Object
    'Usage
     
    
    Dim instance As NWrapFlowPanelControl
    Dim entryIndex As System.Windows.EntryIndex
    Dim dp As System.Windows.DependencyProperty
    Dim allowDeferredReferences As System.Boolean
    Dim value As System.Object
     
    value = instance.ReadLocalValueEntry(entryIndex, dp, allowDeferredReferences)
    internal System.object ReadLocalValueEntry( 
       System.Windows.EntryIndex entryIndex,
       System.Windows.DependencyProperty dp,
       System.bool allowDeferredReferences
    )

    Parameters

    entryIndex
    dp
    allowDeferredReferences
    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