Spread Windows Forms 12.0 Product Documentation
OnMouseHover Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Framework.Spread.InputMan.CellType.Views.Windows Namespace > ElementContainerControl Class : OnMouseHover Method
A System.Windows.Forms.MouseEventArgs that contains the event data.
Raises the MouseHover event.
Syntax
'Declaration
 
Protected Overrides Sub OnMouseHover( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As ElementContainerControl
Dim e As EventArgs
 
instance.OnMouseHover(e)
protected override void OnMouseHover( 
   EventArgs e
)

Parameters

e
A System.Windows.Forms.MouseEventArgs that contains the event data.
See Also

Reference

ElementContainerControl Class
ElementContainerControl Members