Exemplo n.º 1
0
        ///<summary>Creates a new SuperTipForm.</summary>
        public SuperTipForm()
        {
            base.FormBorderStyle = FormBorderStyle.None;

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

            superTipViewInfo = new ToolTipContainerViewInfo(new SuperToolTip());
            superTipInfoArgs = new ToolTipContainerInfoArgs(null, superTipViewInfo);
        }