ComponentOne List for WinForms
C1.Win.C1List Namespace / Split Class / isLeftInsert Method

In This Topic
    isLeftInsert Method (Split)
    In This Topic
    returns true if we displaying the insertion point on the leftside of the rect
    Syntax
    'Declaration
     
    
    Protected Overridable Function isLeftInsert( _
       ByVal col As Integer, _
       ByVal p As Point _
    ) As Boolean
    protected virtual bool isLeftInsert( 
       int col,
       Point p
    )

    Parameters

    col
    p
    See Also