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


Gets or sets the html OnClick attribute.

Syntax

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

See Also