What the name of the row caret in a DataGridView.CurrentRow
Posted
by Spike
on Stack Overflow
See other posts from Stack Overflow
or by Spike
Published on 2010-03-24T03:06:01Z
Indexed on
2010/03/24
3:43 UTC
Read the original article
Hit count: 211
datagridview
What is the official DataGridView nomenclature description of the little black triangle in the first column?
It seems to mark the position of DataGridView.CurrentRow, but it's a get property only, and I'd like to set it.
© Stack Overflow or respective owner