Nevron .NET Vision
Nevron.UI Namespace / NHScrollBarElement Class / GetThumbLogicalPosition Method


In This Topic
    GetThumbLogicalPosition Method (NHScrollBarElement)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetThumbLogicalPosition( _
       ByVal devicePos As System.Single _
    ) As System.Single
    'Usage
     
    
    Dim instance As NHScrollBarElement
    Dim devicePos As System.Single
    Dim value As System.Single
     
    value = instance.GetThumbLogicalPosition(devicePos)
    protected override System.float GetThumbLogicalPosition( 
       System.float devicePos
    )

    Parameters

    devicePos
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also