GoDiagram Web Reference
PickObjects Method (GoSubGraphBase)

Unlike the standard behavior provided by GoGroup's GoGroup.PickObjects, subgraphs allow the picking of more than one child, if they overlap each other at the given point.
Syntax
'Declaration
 
Public Overrides Function PickObjects( _
   ByVal p As PointF, _
   ByVal selectableOnly As Boolean, _
   ByVal coll As IGoCollection, _
   ByVal max As Integer _
) As IGoCollection
public override IGoCollection PickObjects( 
   PointF p,
   bool selectableOnly,
   IGoCollection coll,
   int max
)

Parameters

p
selectableOnly
coll
max
Remarks
If CanView is false for this group, no children are added to the collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoSubGraphBase Class
GoSubGraphBase Members
Base Implementation in PickObjects

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback