Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandBarLane Class / CreatePosition Method / CreatePosition(NPoint) Method
point in local coordinates


In This Topic
    CreatePosition(NPoint) Method
    In This Topic
    Creates a new lane position, that can be assigned to a command bar contained by this lane.
    Syntax
    'Declaration
     
    
    Public Overloads Function CreatePosition( _
       ByVal localPoint As NPoint _
    ) As NCommandBarLanePosition
    'Usage
     
    
    Dim instance As NCommandBarLane
    Dim localPoint As NPoint
    Dim value As NCommandBarLanePosition
     
    value = instance.CreatePosition(localPoint)
    public NCommandBarLanePosition CreatePosition( 
       NPoint localPoint
    )

    Parameters

    localPoint
    point in local coordinates
    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