Änderung der Markierungsfarbe

This commit is contained in:
2023-03-31 10:09:53 +02:00
parent 06284685d7
commit 3be7ccc7e6
3 changed files with 4 additions and 4 deletions

View File

@@ -812,7 +812,7 @@ Public Class usrcntlAktDetails
For Each row As DataGridViewRow In gridVermerke.Rows
If Not IsDBNull(row.Cells("anh_markiert").Value) Then
If row.Cells("anh_markiert").Value Then row.DefaultCellStyle.BackColor = Color.LightYellow
If row.Cells("anh_markiert").Value Then row.DefaultCellStyle.BackColor = Color.Yellow
End If
Next