Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandBarDock Class / InsertLaneArea Property


In This Topic
    InsertLaneArea Property
    In This Topic
    Gets or sets the weight of the area around a lanes middle line, in which when a command bar is dragged, it is inserted in a single new lane. Setting this property to zero disables insertion of new lanes for dragged command bars.
    Syntax
    'Declaration
     
    
    Public Property InsertLaneArea As System.Double
    'Usage
     
    
    Dim instance As NCommandBarDock
    Dim value As System.Double
     
    instance.InsertLaneArea = value
     
    value = instance.InsertLaneArea
    public System.double InsertLaneArea {get; set;}
    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