///<summary>Creates a new SuperTipForm.</summary> public SuperTipForm() { base.FormBorderStyle = FormBorderStyle.None; superTipViewInfo = new ToolTipContainerViewInfo(new SuperToolTip()); superTipInfoArgs = new ToolTipContainerInfoArgs(null, superTipViewInfo); }