G
Guest
Does anyone know why the PictureBox.AllowDrop property is discouraged? The
documentation indicates, "This property supports the .NET Framework
infrastructure and is not intended to be used directly from your code."
WHY??
I have several PictureBoxes that I would like to use as sources and targets
for drag & drop. Are there viable alternatives?
I know I *could* still use the PictureBox.AllowDrop property but I am
hesitant now after reading the documentation.
Thanks
documentation indicates, "This property supports the .NET Framework
infrastructure and is not intended to be used directly from your code."
WHY??
I have several PictureBoxes that I would like to use as sources and targets
for drag & drop. Are there viable alternatives?
I know I *could* still use the PictureBox.AllowDrop property but I am
hesitant now after reading the documentation.
Thanks