Accusoft NotateXpress 12
ElementSetUserLong Method
See Also  Send comments on this topic.
elementHandle
The handle of an element returned by the ElementCreate method.
value
The value which is associated with the given element.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : ElementSetUserLong Method

Glossary Item Box

Description

Sets a long that the application may associate with an existing element.

Syntax

Visual Basic
Public Sub ElementSetUserLong( _
   ByVal elementHandle As Long, _
   ByVal value As Long _
) 

Parameters

elementHandle
The handle of an element returned by the ElementCreate method.
value
The value which is associated with the given element.

Remarks

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.