Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NBorderSplitButtonControl Class / GetValueSource Method / GetValueSource(DependencyProperty,PropertyMetadata,Boolean,Boolean,Boolean,Boolean,Boolean) Method


In This Topic
    GetValueSource(DependencyProperty,PropertyMetadata,Boolean,Boolean,Boolean,Boolean,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <MS.Internal.WindowsBase.FriendAccessAllowedAttribute()>
    Friend Overloads Function GetValueSource( _
       ByVal dp As System.Windows.DependencyProperty, _
       ByVal metadata As System.Windows.PropertyMetadata, _
       ByRef hasModifiers As System.Boolean, _
       ByRef isExpression As System.Boolean, _
       ByRef isAnimated As System.Boolean, _
       ByRef isCoerced As System.Boolean, _
       ByRef isCurrent As System.Boolean _
    ) As System.Windows.BaseValueSourceInternal
    'Usage
     
    
    Dim instance As NBorderSplitButtonControl
    Dim dp As System.Windows.DependencyProperty
    Dim metadata As System.Windows.PropertyMetadata
    Dim hasModifiers As System.Boolean
    Dim isExpression As System.Boolean
    Dim isAnimated As System.Boolean
    Dim isCoerced As System.Boolean
    Dim isCurrent As System.Boolean
    Dim value As System.Windows.BaseValueSourceInternal
     
    value = instance.GetValueSource(dp, metadata, hasModifiers, isExpression, isAnimated, isCoerced, isCurrent)
    [MS.Internal.WindowsBase.FriendAccessAllowed()]
    internal System.Windows.BaseValueSourceInternal GetValueSource( 
       System.Windows.DependencyProperty dp,
       System.Windows.PropertyMetadata metadata,
       out System.bool hasModifiers,
       out System.bool isExpression,
       out System.bool isAnimated,
       out System.bool isCoerced,
       out System.bool isCurrent
    )

    Parameters

    dp
    metadata
    hasModifiers
    isExpression
    isAnimated
    isCoerced
    isCurrent
    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