dotnetCHARTING Send comments on this topic.
OnMouseOver Property
See Also 
dotnetCHARTING Namespace > Hotspot.HtmlAttributes Class : OnMouseOver Property


Gets or sets the html OnMouseOver attribute.

Syntax

Visual Basic (Declaration)  
Public Property OnMouseOver As Hotspot.HtmlAttribute
Visual Basic (Usage) Copy Code
Dim instance As Hotspot.HtmlAttributes
Dim value As Hotspot.HtmlAttribute
 
instance.OnMouseOver = value
 
value = instance.OnMouseOver
C#  
public Hotspot.HtmlAttribute OnMouseOver {get; set;}

See Also