Piccolo.NET

PNode.Tag Property

Gets or sets the object that contains data about the control.

public object Tag {get; set;}

Property Value

An Object that contains data about the control. The default is a null reference.

Remarks

Any type derived from the Object class can be assigned to this property.

A common use for the Tag property is to store data that is closely associated with the node. For example, if you have a node with a tooltip, you might store the text in that node's tag property.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility