How you close a ToolTip that is currently showing in WPF?
Answer Posted / Shweta Tyagi
In WPF, you can close a ToolTip that is currently showing by setting its IsOpen property to false or calling the Close() method. Additionally, you can bind the Visibility property of the ToolTip to a boolean value and set it to Collapsed when you want to hide the ToolTip.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category