GoDiagram Win Reference
AddHandle Method

Associate a handle with an object in this selection.
Syntax
'Declaration
 
Public Overridable Sub AddHandle( _
   ByVal obj As GoObject, _
   ByVal handle As IGoHandle _
) 
public virtual void AddHandle( 
   GoObject obj,
   IGoHandle handle
)

Parameters

obj
handle
Remarks
This method also adds the handle's IGoHandle.GoObject to the view's default layer. This method is called by CreateResizeHandle and CreateBoundingHandle.
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
RemoveHandles Method

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback