Hello everyone,
I have a question that I really want to know the answer;
I'm working on a project where i want to be able to apply properties
to specific items in Listbox.
I've written this code:
But it works on all items, I've 5 items & I want to make the 1st,3rd and 5th are Strikeout. How Can I ?
Any help would be great as I'm in the beginner level still.
Thanks
I have a question that I really want to know the answer;
I'm working on a project where i want to be able to apply properties
to specific items in Listbox.
I've written this code:
Code:
tbProperty = {}; tbProperty .FontStrikeout = true; ListBox.SetProperties("ListBox1", tbProperty);
Any help would be great as I'm in the beginner level still.
Thanks
Comment