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


In This Topic
    GetValueSource(DependencyProperty,PropertyMetadata,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 _
    ) As System.Windows.BaseValueSourceInternal
    'Usage
     
    
    Dim instance As NRangeSliderControl
    Dim dp As System.Windows.DependencyProperty
    Dim metadata As System.Windows.PropertyMetadata
    Dim hasModifiers As System.Boolean
    Dim value As System.Windows.BaseValueSourceInternal
     
    value = instance.GetValueSource(dp, metadata, hasModifiers)
    [MS.Internal.WindowsBase.FriendAccessAllowed()]
    internal System.Windows.BaseValueSourceInternal GetValueSource( 
       System.Windows.DependencyProperty dp,
       System.Windows.PropertyMetadata metadata,
       out System.bool hasModifiers
    )

    Parameters

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