Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandBarLane Class / CreatePosition Method / CreatePosition(Double) Method
offset of the lane


In This Topic
    CreatePosition(Double) 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 offset As System.Double _
    ) As NCommandBarLanePosition
    'Usage
     
    
    Dim instance As NCommandBarLane
    Dim offset As System.Double
    Dim value As NCommandBarLanePosition
     
    value = instance.CreatePosition(offset)
    public NCommandBarLanePosition CreatePosition( 
       System.double offset
    )

    Parameters

    offset
    offset of the lane
    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