dotnetCHARTING Send comments on this topic.
Alert Property
See Also 
dotnetCHARTING Namespace > Hotspot.HtmlAttribute Class : Alert Property


Gets or sets the text of a javascript alert pop-up.

Syntax

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

See Also