What is the method to force close a tooltip, which is currently visible?
Answer Posted / Vishwa Natri
To force close a ToolTip that's currently visible in WPF, you can call the Hide() method on its associated ToolTip object or set the IsOpen property of the ToolTip object to false (e.g., `myToolTip.IsOpen = false;`).
| 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