Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NBorderSplitButtonControl Class / EvaluateBaseValueCore Method


In This Topic
    EvaluateBaseValueCore Method (NBorderSplitButtonControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub EvaluateBaseValueCore( _
       ByVal dp As System.Windows.DependencyProperty, _
       ByVal metadata As System.Windows.PropertyMetadata, _
       ByRef newEntry As System.Windows.EffectiveValueEntry _
    ) 
    'Usage
     
    
    Dim instance As NBorderSplitButtonControl
    Dim dp As System.Windows.DependencyProperty
    Dim metadata As System.Windows.PropertyMetadata
    Dim newEntry As System.Windows.EffectiveValueEntry
     
    instance.EvaluateBaseValueCore(dp, metadata, newEntry)
    internal void EvaluateBaseValueCore( 
       System.Windows.DependencyProperty dp,
       System.Windows.PropertyMetadata metadata,
       ref System.Windows.EffectiveValueEntry newEntry
    )

    Parameters

    dp
    metadata
    newEntry
    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