Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NScrollBar Class / GetThumbValueCommon Method


In This Topic
    GetThumbValueCommon Method (NScrollBar)
    In This Topic
    Given a shaft start and length and a coordinate gets the thumb value.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetThumbValueCommon( _
       ByVal coord As System.Double, _
       ByVal shaftStart As System.Double, _
       ByVal shaftLength As System.Double _
    ) As System.Double
    'Usage
     
    
    Dim instance As NScrollBar
    Dim coord As System.Double
    Dim shaftStart As System.Double
    Dim shaftLength As System.Double
    Dim value As System.Double
     
    value = instance.GetThumbValueCommon(coord, shaftStart, shaftLength)
    protected override System.double GetThumbValueCommon( 
       System.double coord,
       System.double shaftStart,
       System.double shaftLength
    )

    Parameters

    coord
    shaftStart
    shaftLength
    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