Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NRangeSliderControl Class / HasExpression Method


In This Topic
    HasExpression Method (NRangeSliderControl)
    In This Topic
    Syntax
    'Declaration
     
    
    <MS.Internal.WindowsBase.FriendAccessAllowedAttribute()>
    Friend Function HasExpression( _
       ByVal entryIndex As System.Windows.EntryIndex, _
       ByVal dp As System.Windows.DependencyProperty _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NRangeSliderControl
    Dim entryIndex As System.Windows.EntryIndex
    Dim dp As System.Windows.DependencyProperty
    Dim value As System.Boolean
     
    value = instance.HasExpression(entryIndex, dp)
    [MS.Internal.WindowsBase.FriendAccessAllowed()]
    internal System.bool HasExpression( 
       System.Windows.EntryIndex entryIndex,
       System.Windows.DependencyProperty dp
    )

    Parameters

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