What is the method to force close a tooltip, which is currently visible?



What is the method to force close a tooltip, which is currently visible?..

Answer / 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

More WPF Interview Questions

When should we use static resource over dynamic resource?

1 Answers  


What is a wpf form?

1 Answers  


What is visual tree in wpf?

1 Answers  


How is Silverlight different from WPF browser application?

1 Answers  


How is mvvm different from mvc?

1 Answers  


Write the differences between dynamicresource and staticresource?

1 Answers  


Is wpf an mvc?

1 Answers  


What is the use of system.windows.navigation namespace in wpf?

1 Answers  


Why should WPF be preferred over Adobe Flash?

1 Answers  


Explain the difference between visual and logical tree in wpf?

1 Answers  


What is attribute syntax in xaml?

1 Answers  


What is xaml in wpf?

1 Answers  


Categories