GoDiagram Web Reference
OnMouseOver Method (Indicator)

Change the cursor to Cursors.Hand if the user can modify the value of this indicator interactively.
Syntax
'Declaration
 
Public Overrides Function OnMouseOver( _
   ByVal evt As GoInputEventArgs, _
   ByVal view As GoView _
) As Boolean
public override bool OnMouseOver( 
   GoInputEventArgs evt,
   GoView view
)

Parameters

evt
view

Return Value

true if the view's Cursor is changed to Cursors.Hand
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

Indicator Class
Indicator Members
Base Implementation in OnMouseOver

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback