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


Gets or sets the html OnDoubleClick attribute.

Syntax

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

See Also