'Declaration <ObsoleteAttribute("This method is deprecated. It has been replaced by UserTag property.")> Public Property Tag As Object
[Obsolete("This method is deprecated. It has been replaced by UserTag property.")] public object Tag {get; set;}
'Declaration <ObsoleteAttribute("This method is deprecated. It has been replaced by UserTag property.")> Public Property Tag As Object
[Obsolete("This method is deprecated. It has been replaced by UserTag property.")] public object Tag {get; set;}
This method is deprecated.
You can assign any System.Object derived type to this property. This component does not use it and you can use it for any purpose you see fit. Normally, you would store a reference to a FormDirector FormDefinition object.
Valid value: A reference to any object. You can store values, such as integers and strings, in this property using .NET's boxing facility.
Default value: null