예제 #1
0
        ///<summary>Creates a new SuperTipForm.</summary>
        public SuperTipForm()
        {
            base.FormBorderStyle = FormBorderStyle.None;

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

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