Gesamtsicherheiten GUI Änderungen

This commit is contained in:
2022-12-02 14:38:59 +01:00
parent 455d8dd724
commit 40812e2bd8
4 changed files with 51 additions and 29 deletions

View File

@@ -314,6 +314,7 @@ Public Class frmEssensbestellungen
If dt.Rows(0).Item("MenuEssenMo") IsNot Nothing Then
pbMontag.Visible = True
Dim ttMontag As New ToolTip()
ttMontag.RemoveAll()
ttMontag.SetToolTip(pbMontag, dt.Rows(0).Item("MenuEssenMo").ToString)
Else
pbMontag.Visible = False