Accusoft NotateXpress 12
PrgSetItemToolTipText Method
See Also  Send comments on this topic.
layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
toolTipText
The tool tip text of the element.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : PrgSetItemToolTipText Method

Glossary Item Box

Description

Sets the tool tip text for a specific element for the specific layer.

Syntax

Visual Basic
Public Sub PrgSetItemToolTipText( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByVal toolTipText As String _
) 

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
toolTipText
The tool tip text of the element.

Remarks

The tool tip is sometimes called "pop up"

See Also

©2013. Accusoft Corporation. All Rights Reserved.