.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Hotspot Class > Hotspot Constructor : Hotspot Constructor(String,String)
The hotspot's url.
The hotspot's tooltip.
Hotspot Constructor(String,String)
Creates an instance of the HotSpot object with the specified url and tooltip.
Syntax
'Declaration
 
Public Function New( _
   ByVal url As String, _
   ByVal tooltip As String _
)
'Usage
 
Dim url As String
Dim tooltip As String
 
Dim instance As New Hotspot(url, tooltip)
public Hotspot( 
   string url,
   string tooltip
)

Parameters

url
The hotspot's url.
tooltip
The hotspot's tooltip.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also