GoDiagram Web Reference
CanStart Method (GoToolResizing)

We can start the resize tool when there is a resize handle under the mouse and the user may resize it.
Syntax
'Declaration
 
Public Overrides Function CanStart() As Boolean
public override bool CanStart()
Remarks
The view must permit user resizing. PickResizeHandle is called to determine if there is a handle at the first input event point. If there is such a handle, and if its IGoHandle.HandledObject's CanResize predicate returns true, then we can start resizing. The user cannot resize using the context menu mouse button.
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

GoToolResizing Class
GoToolResizing Members
Base Implementation in CanStart

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback