DisableTagEntry
- Last UpdatedNov 17, 2021
- 1 minute read
The DisableTagEntry property is a read-write property that gets or sets whether the Tag Name box can be edited at runtime.
Syntax
aaHistClientSingleValueEntry.DisableTagEntry = discrete;
Result = aaHistClientSingleValueEntry.DisableTagEntry;
Remarks
If set to True, the runtime user cannot use the Tag Name box to type in a tagname. The user needs to use the Tag Picker to select a tag or select a tag from a list of recently used tags. (provided that either functionality is enabled).
The default value is False.