FormFix v6.0 for .NET - Updated
Tag Property (FormSet)



Accusoft.FormDirectorSdk Namespace > FormSet Class : Tag Property
Gets or sets an object that contains data about this form set. Obsolete - replaced by UserTag property.
Syntax
'Declaration
 
<ObsoleteAttribute("Replaced by new UserTag property.")>
Public Property Tag As Object
'Usage
 
Dim instance As FormSet
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
[Obsolete("Replaced by new UserTag property.")]
public object Tag {get; set;}
[Obsolete("Replaced by new UserTag property.")]
public:
property Object^ Tag {
   Object^ get();
   void set (    Object^ value);
}
Remarks

Obsolete - replaced by UserTag property.

Any Object derived type can be assigned to this property. This component does not use it and you can use it for any purpose you see fit. Normally, you would use it to store a reference to one of your objects, which contains your own data for a form set.

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

See Also

Reference

FormSet Class
FormSet Members

Is this page helpful?
Yes No
Thanks for your feedback.