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


In This Topic
    dCfd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function dCfd( _
       ByVal ECfd As System.Double, _
       ByVal fCfd As System.Double, _
       ByVal GCfd As System.Double _
    ) As System.Double
    'Usage
     
    
    Dim instance As NScrollBar
    Dim ECfd As System.Double
    Dim fCfd As System.Double
    Dim GCfd As System.Double
    Dim value As System.Double
     
    value = instance.dCfd(ECfd, fCfd, GCfd)
    internal System.double dCfd( 
       System.double ECfd,
       System.double fCfd,
       System.double GCfd
    )

    Parameters

    ECfd
    fCfd
    GCfd
    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