\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List Namespace / MultipleLinesView Class / isLeftInsert Method

In This Topic
    isLeftInsert Method (MultipleLinesView)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Function isLeftInsert( _
       ByVal col As System.Integer, _
       ByVal p As System.Drawing.Point _
    ) As System.Boolean
    protected override System.bool isLeftInsert( 
       System.int col,
       System.Drawing.Point p
    )

    Parameters

    col
    p
    See Also