Home > Language Reference > Classes > Control

Tag Property

String associated with the control.

Syntax

Public Property Get Tag() As String
Public Property Let Tag(ByRef
sTag As String)

ParameterDescription
sTagString associated with a control.

Remarks

The Tag property, accessible at both design time and runtime, associates a string with a control. You can use this string to store extra information required by your program.

System requirements

SystemMinimal versionRemarks
Palm OSPalm OS 3.0N/A