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

Glossary Item Box

Description

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

Syntax

Visual Basic
Public Sub ElementSetUserString( _
   ByVal elementHandle As Long, _
   ByVal userString As String _
) 

Parameters

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

Remarks

The UserString is a text value allocated by each element and reserved for use by the application to store a private text value to associate to an element.

The default value is NULL.

See Also

©2013. Accusoft Corporation. All Rights Reserved.