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. Il s'agit d'une propriété en lecture seule ; elle peut être visualisée mais pas définie.
Remarque : This method is for Windows only.

Syntaxe

VBScript

eventObject.ItemName 

Perl

$eventObject->ItemName(); 
Identificateur
Description
eventObject
An instance of EventObject.
Valeur de retour
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.

Feedback