Share via


Tab.Tag Property

Outlook Forms Script Reference

Returns or sets a String that specifies additional information about an object. Read/write.

Syntax

expression.Tag

expression   A variable that represents a Tab object.

Remarks

The default is a zero-length string ("").

Use the Tag property to assign an identification string to an object without affecting other property settings or attributes.

For example, you can use Tag to check the identity of a form or control that is passed as a variable to a procedure.

See Also