forum

Home / DeveloperSection / Forums / Tooltip background alternation

Tooltip background alternation

Anonymous User 1770 09-Dec-2013

The single tooltip which shows different messages for different controls. Now the Problem is the background image is not fit/suitable to all messages. I supposed to call the draw event of the tooltip for custom size, Font etc.,

I able to successfully call the draw and Popup event of the tooltip for particular message but setting the generalized size for different messages(e.ToolTipText) is unknown to me.

public void tooltip_Popup(object sender, PopupEventArgs e)

{

    e.ToolTipSize = new Size(100, 100);

}

Kindly let me know anybody have any idea about it.


c# c# 
Updated on 10-Dec-2013
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By