Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
UltraWinToolTip
posted

 

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.

 

 

 

 

 

Parents
No Data
Reply Children
No Data