In This Topic
Gets or sets the object that contains data about the control.
Syntax
'Declaration
Public Property Tag As Object
public object Tag {get; set;}
Property Value
An
System.Object that contains data about the control. The default is null.
See Also