GoDiagram Web Reference
AddSelectionHandles Method (GoObject)

Add selection handles for this object for the given selection collection.
Syntax
'Declaration
 
Public Overridable Sub AddSelectionHandles( _
   ByVal sel As GoSelection, _
   ByVal selectedObj As GoObject _
) 
public virtual void AddSelectionHandles( 
   GoSelection sel,
   GoObject selectedObj
)

Parameters

sel
selectedObj
Remarks
This typically calls GoSelection.GoSelection.CreateBoundingHandle or GoSelection.CreateResizeHandle as needed. The standard implementation first calls RemoveSelectionHandles to make sure no obsolete handles remain for this object. If CanResize is false, it just creates a bounding handle. Otherwise if CanReshape is true, it creates eight resize handles at the eight standard spots along the object's bounds. If CanReshape is false, it only creates the four resize handles at the object's corners.
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

GoObject Class
GoObject Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback