GoDiagram Web Reference
CreateBoundingHandle Method (GoObject)

Create a bounding handle for this object.
Syntax
'Declaration
 
Public Overridable Function CreateBoundingHandle() As IGoHandle
public virtual IGoHandle CreateBoundingHandle()

Return Value

This must return a GoObject that implements IGoHandle and is an appropriate size and position for surrounding the object.
Remarks
By default this allocates a new GoHandle. GoSelection.GoSelection.CreateBoundingHandle will call this method to allocate a handle and size and position it. GoSelection.CreateBoundingHandle is then responsible for specifying its properties, including its GoShape.Pen and Brush if the handle is a GoShape.
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
CreateResizeHandle Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback