GoDiagram Web Reference
FindHandleByID Method

an object that may have selection handles; the "handled" object, not the "selected" object
the IGoHandle.HandleID to look for
Find a particular selection handle for an object, given its IGoHandle.HandleID.
Syntax
'Declaration
 
Public Overridable Function FindHandleByID( _
   ByVal obj As GoObject, _
   ByVal id As Integer _
) As IGoHandle
public virtual IGoHandle FindHandleByID( 
   GoObject obj,
   int id
)

Parameters

obj
an object that may have selection handles; the "handled" object, not the "selected" object
id
the IGoHandle.HandleID to look for

Return Value

An IGoHandle that has the given ID, or null if no such handle is found. Note that if there is more than one such handle with the given ID, this will just return the first one it finds.
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

GoSelection Class
GoSelection Members
GetHandleEnumerable Method
AddHandle Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback