Accusoft NotateXpress 12
GrpSetSelected Method
See Also  Send comments on this topic.
layerHandle
The handle of a layer returned by the CreateLayer method.
groupID
The handle of a group returned by the GrpCreateGroup method.
bSelected
If the group is selected.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : GrpSetSelected Method

Glossary Item Box

Description

Sets the selected attribute for the specified group.

Syntax

Visual Basic
Public Sub GrpSetSelected( _
   ByVal layerHandle As Long, _
   ByVal groupID As Long, _
   ByVal bSelected As Boolean _
) 

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
groupID
The handle of a group returned by the GrpCreateGroup method.
bSelected
If the group is selected.

Remarks

The group must be yoked for this method to have any effect.

If the group is not yoked, no error is reported, but the selected attribute of the group is not modified (that is, it remains False).

See Also

©2013. Accusoft Corporation. All Rights Reserved.