GoDiagram Win Reference
CreateResizeHandle Method (GoObject)

Create a resize handle for this object, given a handle ID.
Syntax
'Declaration
 
Public Overridable Function CreateResizeHandle( _
   ByVal handleid As Integer _
) As IGoHandle
public virtual IGoHandle CreateResizeHandle( 
   int handleid
)

Parameters

handleid

Return Value

This must return a GoObject that implements IGoHandle.
Remarks
By default this allocates a new GoHandle. GoSelection.GoSelection.CreateResizeHandle will call this method to allocate a handle which it will position. GoSelection.CreateResizeHandle also is responsible for specifying its other GoObject properties, including its GoShape.Pen and Brush if the handle is a GoShape. You may find it convenient to adjust the shape (GoHandle.Style) or size of a particular handle by overriding this method.
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
CreateBoundingHandle Method

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback