What is maximum lenght of the Tag property of the control
+7
A:
That's not how it works, the Tag property type is System.Object. You can store a reference to anything you want, including a 2 gigabyte string on a 64-bit version of Windows.
Hans Passant
2010-04-05 12:42:01