J
Jan Aagaard
How do I get the default LinkColor and VisitedLinkColor values for a
DataGridViewLinkCell?
Right now I'm using the hard coded values Color.Blue and
Color.DarkBlue, and this works fine, but it would just seem more right
to use the system's default values in stead of hard coded ones.
With a normal cell I can use myDataGridView.DefaultCellStyle.ForeColor,
but I can't find the equivalents for link columns.
DataGridViewLinkCell?
Right now I'm using the hard coded values Color.Blue and
Color.DarkBlue, and this works fine, but it would just seem more right
to use the system's default values in stead of hard coded ones.
With a normal cell I can use myDataGridView.DefaultCellStyle.ForeColor,
but I can't find the equivalents for link columns.