Hello, i was wondering how could i add .customString to PictureBox object.
Something like:
PictureBox box = new PictureBox();
box.CustomString = "string here";
And then later on i would be access it.
MessageBox.Show(boxname.CustomString);
Thank you.