Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NTabControl Class / PointToClientInternal Method


In This Topic
    PointToClientInternal Method (NTabControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function PointToClientInternal( _
       ByVal p As System.Drawing.Point _
    ) As System.Drawing.Point
    'Usage
     
    
    Dim instance As NTabControl
    Dim p As System.Drawing.Point
    Dim value As System.Drawing.Point
     
    value = instance.PointToClientInternal(p)
    internal System.Drawing.Point PointToClientInternal( 
       System.Drawing.Point p
    )

    Parameters

    p
    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