Gets a long that the application may associate with an existing element.
Visual Basic |
---|
Public Function ElementGetUserLong( _ ByVal elementHandle As Long _ ) As Long |
- elementHandle
- The handle of an element returned by the ElementCreate method.
The value which is associated with the given element.
The UserLong is a long value allocated by each element and reserved for use by the application to store a private long value to associate to an element.