ItemName
Description
Returns
the name of the form item that caused the hook to be invoked, or a
Null String if no name is defined for the form item. This is a read-only
property; it can be viewed but not set.
Note: This method is for Windows™ only.
Syntax
VBScript
eventObject.ItemName
Perl
$eventObject->ItemName
();
- Identifier
- Description
- eventObject
- An instance of EventObject.
- Return value
- A String containing the name of the form item from which the hook was invoked, or a Null String if no name is defined for the form item.