Accusoft NotateXpress 12
PrgSetItemBackstyle 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.
BackStyle
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : PrgSetItemBackstyle Method

Glossary Item Box

Description

Sets the background style for a specific element for the specific layer.

Syntax

Visual Basic
Public Sub PrgSetItemBackstyle( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByVal BackStyle As NX_BackStyleType _
) 

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
BackStyle
ValueDescription
NX_OpaqueThe background style is opaque (A solid color).
NX_TranslucentThe background style is translucent (Part way between solid and see through).
NX_TransparentThe background style is transparent (See through)

See Also

©2013. Accusoft Corporation. All Rights Reserved.