Accusoft NotateXpress 12
UserItemFontSelect 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.
dlgTitle
Title for the font selection dialog box.
hWndOwner
Owner window for the font dialog (may be NULL).
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : UserItemFontSelect Method

Glossary Item Box

Description

Displays the standard system font dialog to allow the user to select a font for the element specified.

Syntax

Visual Basic
Public Function UserItemFontSelect( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByVal dlgTitle As String, _
   ByVal hWndOwner As Long _
) 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.
dlgTitle
Title for the font selection dialog box.
hWndOwner
Owner window for the font dialog (may be NULL).

Return Type

True if user selected new font

False if canceled or an error

Remarks

The font attribute must be valid for the type of annotation.

See Also

©2013. Accusoft Corporation. All Rights Reserved.