ComponentOne List for WinForms
C1.Win.C1List Namespace / Split Class / drawColMoveIndicator Method
The column to move.
The move point.

In This Topic
    drawColMoveIndicator Method (Split)
    In This Topic
    Draws the column move indicator.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub drawColMoveIndicator( _
       ByVal col As Integer, _
       ByVal p As Point _
    ) 
    protected virtual void drawColMoveIndicator( 
       int col,
       Point p
    )

    Parameters

    col
    The column to move.
    p
    The move point.
    See Also