MobileForms Toolkit Documentation

Shortcut.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 (Nothing in Visual Basic).

Remarks

Any type derived from the Object class can be assigned to this property. If the Tag property is set through the Windows Forms designer, only text can be assigned.

A common use for the Tag property is to store data that is closely associated with the control.

See Also

Shortcut Class | Resco.Controls.OutlookControls Namespace