GoDiagram Win Reference
DoMouseOver Method (GoOverview)

Limit mouse over behavior for document objects to just show tooltips.
Syntax
'Declaration
 
Public Overrides Function DoMouseOver( _
   ByVal evt As GoInputEventArgs _
) As Boolean
public override bool DoMouseOver( 
   GoInputEventArgs evt
)

Parameters

evt
Remarks
This is basically to support tooltips, which are more valuable when the objects are so small. Other mouse-over behavior, including hover and changing the cursor, is explicitly avoided, except over the OverviewRect and other view objects.
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

GoOverview Class
GoOverview Members
Base Implementation in DoMouseOver

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback