This is a migrated thread and some comments may be shown as answers.

Tooltip display

1 Answer 86 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Anly
Top achievements
Rank 1
Anly asked on 08 Mar 2013, 02:16 AM
Hello All,

I dont want my tooltip to hide after a particulat time duration. Is it possible to display the tooltip as it is till another tooltip is displayed?

Thank you,
Anly.

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 08 Mar 2013, 04:28 AM
Hello Anly,

you can set the AutoCloseDelay property to 0 which will prevent the tooltip from hiding after an interval. If this is done the tooltip will hide only if another tooltip is shown or if its hide() method is called explicitly. It is similar to setting HideEvent to ManualClose but without the [x] button.      

Thanks,
Shinu.
Tags
ToolTip
Asked by
Anly
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or