Tooltip now has the ability to be displayed as a Balloon
While adding tooltips to the application I'm working on in C# Express (more on that later) I noticed the property
IsBalloon and though hmmmm. So I set it true and now my tooltips display as balloons instead of the normal rectangular popups. There are a few more changes to the
ToolTip Members. Two others properties I think are helpful are
ToolTipTitle and
ToolTipIcon (ie Info, Warning, Error).