Mick
0
Q:

tool tip c#

            ToolTip newContract = new ToolTip();

            newContract.AutoPopDelay = 5000;
            newContract.InitialDelay = 1000;
            newContract.ReshowDelay = 500;
            newContract.ShowAlways = true;

            newContract.SetToolTip(buttonNewContract, "Neuen Vertrag hinzufügen");
0

New to Communities?

Join the community