Answers for "c# if string in licbox"

C#
0

c# if string in licbox

if (listBox1.FindStringExact("string")<0)
                {
                    listBox1.Items.Add("string");
                }
}
Posted by: Guest on September-02-2021

C# Answers by Framework

Browse Popular Code Answers by Language