ToolTip buttonToolTip = new ToolTip();
buttonToolTip.ToolTipTitle = "Button Tooltip";
buttonToolTip.UseFading = true;
buttonToolTip.UseAnimation = true;
buttonToolTip.IsBalloon = true;
buttonToolTip.ShowAlways = true;
buttonToolTip.AutoPopDelay = 5000;
buttonToolTip.InitialDelay = 1000;
buttonToolTip.ReshowDelay = 500;
buttonToolTip.SetToolTip(button1, "Click me to execute.");

Jake PerillanoPosted Jan 19, 2011, 2:14 AM
Hello, why is it that the stem of the balloon tooltip is placed above the balloon. I want the stem placed below. How can I do that?
terence chuaPosted Sep 9, 2010, 2:36 AM
Hi Mahesh, i did try to test at my development machine. buttonToolTip.IsBalloon = true;<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p> is working fine. but when i deploy to client machine. it will not display. if i remove the setting or leave it as default. it will working fine and show what i want to. any idea what i miss out? or anything need to be install or configure at client machine? best regard terence chua [email protected]