Hi Brain,
similar way ...
i need to set up my tool tip for UltraPicturebox anddisplay image in ultrapicturebox but big in size.
Infragistics.Win.UltraWinToolTip.UltraToolTipInfo tf = new Infragistics.Win.UltraWinToolTip.UltraToolTipInfo(); ToolTipImage.Custom;
tf.ToolTipImage = Infragistics.Win.
Image)UltraPictureBox.Image; UltraToolTipManager t = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager();
tf.Appearance.Image = (
Infragistics.Win.UltraWinToolTip.
t.SetUltraToolTip(UltraPictureBox, tf);
t.ShowToolTip(UltraPictureBox);
But it is not working.Please Help me for this issue.
Sorry, I'm not sure if there is a way to change the image shown in the tooltips displayed by an UltraToolTipManager. You might want to post in the WinExtras forum.