[]
Gets a value that determines if a cell contains the grid cursor.
public virtual bool IsCellCursor(int row, int col)
Type | Name | Description |
---|---|---|
int | row | Row index. |
int | col | Column index. |
Type | Description |
---|---|
bool | True if the cell contains the cursor, false otherwise. |