NTag

Applies to

All visible controls, user objects, and menus

Description

The NTag property is a numeric field that you can associate with the control. It can be used for a variety of reasons, including voice enablement, but it is up to you how you use this field.

Usage


In a painter

StepsTo specify an NTag for a control:

  1. Enter the desired numeric value in the NTag field on the General page of the object’s Properties view.


In scripts

The NTag property takes a long value. The following example assigns a numeric tag value of 30 to a single line edit box:

sle_1.ntag = 30