Introduction
This is an extension to this
artcile. But now includes mozilla support and its a WebControl for ASP.NET
Things to know
This enumerations allow you to define in which event the ballon will show up. public enum EventType
{
onClick,
onMouseOver,
onMouseOut
}
public enum IconType
{
Exclaim,
Stop,
Info,
Help
}
Everything else its kindly straitforward and its documented.