Accusoft NotateXpress 12
PrgSetItemHighlightFill 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.
bVal
If the element should have the fill highlighted.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : PrgSetItemHighlightFill Method

Glossary Item Box

Description

Sets the HighlightFill attribute of the specified object.

Syntax

Visual Basic
Public Sub PrgSetItemHighlightFill( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByVal bVal As Boolean _
) 

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
bVal
If the element should have the fill highlighted.

Remarks

The HighlightFill attribute of an annotation element determines whether or not an element will be displayed with a translucent Fill area.

Note: The PrgSetItemBackStyle method is a syntactically easier method to use. If you use this method, you have less chance of being confused by the difference between HighlightBack and HighlightFill.

See Also

©2013. Accusoft Corporation. All Rights Reserved.