Login
Remember
Register
Ask a Question
What is the method to force close a ToolTip, which is currently visible?
0
votes
asked
May 28, 2022
in
WPF
by
sharadyadav1986
What is the method to force close a ToolTip, which is currently visible?
wpf-tooltip
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 28, 2022
by
sharadyadav1986
It can be closed by setting the tooltip’s IsOpen property to false.
...