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